12 lines
252 B
Plaintext
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
|