70a0bf0849
fs/partition/fs_partition.c: Add PTABLE parser fs/partion: Add a partition parser framework fs/driver/fs_blockpartition.c: Add register_blockpartition for block partition
17 lines
256 B
Plaintext
17 lines
256 B
Plaintext
#
|
|
# 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
|
|
|
|
endmenu
|
|
|
|
endif
|