2018-08-28 21:30:21 +08:00
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
|
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
|
|
|
#
|
|
|
|
|
|
|
|
if !DISABLE_MOUNTPOINT
|
|
|
|
|
|
|
|
menu "Partition Table"
|
|
|
|
|
|
|
|
config PTABLE_PARTITION
|
|
|
|
bool "PTABLE support"
|
|
|
|
default n
|
|
|
|
|
2021-09-29 22:45:24 +08:00
|
|
|
config MBR_PARTITION
|
|
|
|
bool "MBR support"
|
|
|
|
default n
|
|
|
|
|
2018-08-28 21:30:21 +08:00
|
|
|
endmenu
|
|
|
|
|
|
|
|
endif
|