nuttx-apps/fsutils/mkgpt/Kconfig

13 lines
272 B
Plaintext
Raw Normal View History

#
# 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