summaryrefslogtreecommitdiff
path: root/apps/system/flash_eraseall/Kconfig
diff options
context:
space:
mode:
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 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.