mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-02 04:39:01 +00:00
15 lines
338 B
Text
15 lines
338 B
Text
#
|
|
# For a description of the syntax of this configuration file,
|
|
# see misc/tools/kconfig-language.txt.
|
|
#
|
|
|
|
config SYSTEM_FLASH_ERASEALL
|
|
bool "FLASH eraseall tool"
|
|
default n
|
|
depends on MTD && NSH_BUILTIN_APPS && !BUILD_PROTECTED && !BUILD_KERNEL
|
|
---help---
|
|
Enable support for the FLASH eraseall tool.
|
|
|
|
if SYSTEM_FLASH_ERASEALL
|
|
endif
|
|
|