From 9bb8a758ba47732e5a172bd4036b0ea12a08d7f9 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sat, 14 Apr 2012 20:01:08 +0000 Subject: Developing a new way to handle application configurations git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4609 42af7a65-404d-4744-a932-0658087f49c3 --- apps/nshlib/Kconfig | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'apps/nshlib/Kconfig') 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 -- cgit v1.2.3