1menu "Partition Types"
2
3config RT_BLK_PARTITION_DFS
4    bool "DFS Partition support"
5    depends on RT_USING_DFS
6    default y
7
8config RT_BLK_PARTITION_EFI
9    bool "EFI Globally Unique Identifier (GUID) Partition support"
10    default y
11
12endmenu
13