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/Kconfig6
1 files changed, 5 insertions, 1 deletions
diff --git a/apps/examples/mtdpart/Kconfig b/apps/examples/mtdpart/Kconfig
index 363b6091f..6f8e6e490 100644
--- a/apps/examples/mtdpart/Kconfig
+++ b/apps/examples/mtdpart/Kconfig
@@ -6,8 +6,12 @@
config EXAMPLES_MTDPART
bool "MTD partition test"
default n
+ depends on MTD_PARTITION && !NUTTX_KERNEL
---help---
- Enable the MTD partition test example
+ Enable the MTD partition test example.
+
+ NOTE: This example uses some internal NuttX interfaces and, hence,
+ is not available in the kernel build.
if EXAMPLES_MTDPART