summaryrefslogtreecommitdiff
path: root/apps/system/flash_eraseall
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-05-01 09:21:13 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-05-01 09:21:13 -0600
commit1a5060c28be4edffb32eabc2ad422254fcd72bb2 (patch)
tree9bf1a6e1ae07bb2e94af5a32604ff1b8463b0ac3 /apps/system/flash_eraseall
parentd9bd2fca774a5c3499f7b3a258aa1506fdea526f (diff)
downloadnuttx-1a5060c28be4edffb32eabc2ad422254fcd72bb2.tar.gz
nuttx-1a5060c28be4edffb32eabc2ad422254fcd72bb2.tar.bz2
nuttx-1a5060c28be4edffb32eabc2ad422254fcd72bb2.zip
Misc changes for clean built od mikroe-stm32f4 configurations
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 16c6e5c13..032df07bd 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 && !NUTTX_KERNEL
---help---
Enable support for the FLASH eraseall tool.