summaryrefslogtreecommitdiff
path: root/apps/system/flash_eraseall
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-04-07 13:23:39 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-04-07 13:23:39 -0600
commit68cc5101fe7476593abc63c420e3f3f6a5174dd2 (patch)
tree4166f5add2b865665ea0c9d08b19693baba06f4d /apps/system/flash_eraseall
parentd651fa271d0869beb328106f02cf0063f02faabf (diff)
downloadpx4-nuttx-68cc5101fe7476593abc63c420e3f3f6a5174dd2.tar.gz
px4-nuttx-68cc5101fe7476593abc63c420e3f3f6a5174dd2.tar.bz2
px4-nuttx-68cc5101fe7476593abc63c420e3f3f6a5174dd2.zip
apps/system: Clean up Kconfig menuing
Diffstat (limited to 'apps/system/flash_eraseall')
-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 5ecc6eb26..a6bc645ed 100644
--- a/apps/system/flash_eraseall/Kconfig
+++ b/apps/system/flash_eraseall/Kconfig
@@ -4,7 +4,7 @@
#
config SYSTEM_FLASH_ERASEALL
- bool "FLASH eraseall tool"
+ bool "FLASH Erase-all Command"
default n
depends on MTD && NSH_BUILTIN_APPS && !BUILD_PROTECTED && !BUILD_KERNEL
---help---