summaryrefslogtreecommitdiff
path: root/apps/system/flash_eraseall/Kconfig
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-08-29 14:47:22 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-08-29 14:47:22 -0600
commit64892e44f2ce2612c77b1b20497fb007adafafb8 (patch)
tree2c917f29727a017b85193ac85959663d504b26e5 /apps/system/flash_eraseall/Kconfig
parentc48af0eb9c61462f59a7ba63ca7a73e8df146f49 (diff)
downloadnuttx-64892e44f2ce2612c77b1b20497fb007adafafb8.tar.gz
nuttx-64892e44f2ce2612c77b1b20497fb007adafafb8.tar.bz2
nuttx-64892e44f2ce2612c77b1b20497fb007adafafb8.zip
Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new CONFIG_BUILD_KERNEL
Diffstat (limited to 'apps/system/flash_eraseall/Kconfig')
-rw-r--r--apps/system/flash_eraseall/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/system/flash_eraseall/Kconfig b/apps/system/flash_eraseall/Kconfig
index 032df07bd..5ecc6eb26 100644
--- a/apps/system/flash_eraseall/Kconfig
+++ b/apps/system/flash_eraseall/Kconfig
@@ -6,7 +6,7 @@
config SYSTEM_FLASH_ERASEALL
bool "FLASH eraseall tool"
default n
- depends on MTD && NSH_BUILTIN_APPS && !NUTTX_KERNEL
+ depends on MTD && NSH_BUILTIN_APPS && !BUILD_PROTECTED && !BUILD_KERNEL
---help---
Enable support for the FLASH eraseall tool.