nuttx-apps/fsutils/mkmbr/Kconfig
Jiuzhu Dong aaf6f5c4cb fsutils/mkmbr: support mbr partition format
Signed-off-by: Jiuzhu Dong <dongjiuzhu1@xiaomi.com>
2021-10-28 08:54:30 +02:00

12 lines
252 B
Plaintext

#
# For a description of the syntax of this configuration file,
# see the file kconfig-language.txt in the NuttX tools repository.
#
config FSUTILS_MKMBR
bool "mkmbr utility"
default n
select BCH
---help---
Enables support for the mkmbr utility