summaryrefslogtreecommitdiff
path: root/nuttx/configs/pcduino-a10
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-02-28 07:45:51 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-02-28 07:45:51 -0600
commite67e6bfad912c81f397d7fa403cb4eb00a3ea676 (patch)
treea3811afb0cfb14370f3e68f3a63313903f393972 /nuttx/configs/pcduino-a10
parentb9fd031631b1d044334399a1f2345e8d952aa5a5 (diff)
downloadnuttx-e67e6bfad912c81f397d7fa403cb4eb00a3ea676.tar.gz
nuttx-e67e6bfad912c81f397d7fa403cb4eb00a3ea676.tar.bz2
nuttx-e67e6bfad912c81f397d7fa403cb4eb00a3ea676.zip
configs/*/defconfig: If CONFIG_NSH_LIBRARY is set, make sure that CONFIG_NSH_READLINE is also set or the configuration will use the CLE the next time it is reconfigured
Diffstat (limited to 'nuttx/configs/pcduino-a10')
-rw-r--r--nuttx/configs/pcduino-a10/nsh/defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/nuttx/configs/pcduino-a10/nsh/defconfig b/nuttx/configs/pcduino-a10/nsh/defconfig
index 3e685c4fb..58a2b2667 100644
--- a/nuttx/configs/pcduino-a10/nsh/defconfig
+++ b/nuttx/configs/pcduino-a10/nsh/defconfig
@@ -611,6 +611,8 @@ CONFIG_EXAMPLES_NSH_CXXINITIALIZE=y
# NSH Library
#
CONFIG_NSH_LIBRARY=y
+CONFIG_NSH_READLINE=y
+# CONFIG_NSH_CLE is not set
CONFIG_NSH_BUILTIN_APPS=y
#