summaryrefslogtreecommitdiff
path: root/apps/examples/mtdpart/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/mtdpart/Kconfig')
-rw-r--r--apps/examples/mtdpart/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/examples/mtdpart/Kconfig b/apps/examples/mtdpart/Kconfig
index 6f8e6e490..cd8533e68 100644
--- a/apps/examples/mtdpart/Kconfig
+++ b/apps/examples/mtdpart/Kconfig
@@ -6,7 +6,7 @@
config EXAMPLES_MTDPART
bool "MTD partition test"
default n
- depends on MTD_PARTITION && !NUTTX_KERNEL
+ depends on MTD_PARTITION && !BUILD_PROTECTED && !BUILD_KERNEL
---help---
Enable the MTD partition test example.