f5e40d3809
Signed-off-by: Jiuzhu Dong <dongjiuzhu1@xiaomi.com>
13 lines
272 B
Plaintext
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
|