summaryrefslogtreecommitdiff
path: root/apps/system/flash_eraseall/Kconfig
blob: 032df07bd4d291a3c101cc32daff2208b536ebfc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#
# 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 && !NUTTX_KERNEL
	---help---
		Enable support for the FLASH eraseall tool.

if SYSTEM_FLASH_ERASEALL
endif