Kconfig 246 B

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