summaryrefslogtreecommitdiff
path: root/apps/nshlib/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'apps/nshlib/Kconfig')
-rw-r--r--apps/nshlib/Kconfig4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/nshlib/Kconfig b/apps/nshlib/Kconfig
index c363e6c0b..1f7b3d754 100644
--- a/apps/nshlib/Kconfig
+++ b/apps/nshlib/Kconfig
@@ -14,10 +14,12 @@ if NSH_LIBRARY
config NSH_BUILTIN_APPS
bool "Enable built-in applications"
default y
+ depends on NAMEDAPP
---help---
Support external registered, "named" applications that can be
executed from the NSH command line (see apps/README.txt for
- more information).
+ more information). This options requires support for named applications
+ (NAMEDAPP).
menu "Disable Individual commands"
config NSH_DISABLE_CAT