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

13 lines
272 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_MKGPT
bool "mkgpt utility"
default n
select BCH
select DEV_URANDOM
---help---
Enables support for the mkgpt utility