summaryrefslogtreecommitdiff
path: root/nuttx/configs/freedom-kl25z
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/freedom-kl25z
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/freedom-kl25z')
-rw-r--r--nuttx/configs/freedom-kl25z/minnsh/defconfig2
-rw-r--r--nuttx/configs/freedom-kl25z/nsh/defconfig2
2 files changed, 4 insertions, 0 deletions
diff --git a/nuttx/configs/freedom-kl25z/minnsh/defconfig b/nuttx/configs/freedom-kl25z/minnsh/defconfig
index 701ba25f6..32b3d0383 100644
--- a/nuttx/configs/freedom-kl25z/minnsh/defconfig
+++ b/nuttx/configs/freedom-kl25z/minnsh/defconfig
@@ -550,6 +550,8 @@ CONFIG_EXAMPLES_NSH=y
# NSH Library
#
CONFIG_NSH_LIBRARY=y
+CONFIG_NSH_READLINE=y
+# CONFIG_NSH_CLE is not set
# CONFIG_NSH_BUILTIN_APPS=y
#
diff --git a/nuttx/configs/freedom-kl25z/nsh/defconfig b/nuttx/configs/freedom-kl25z/nsh/defconfig
index 4abc4610d..096b6068d 100644
--- a/nuttx/configs/freedom-kl25z/nsh/defconfig
+++ b/nuttx/configs/freedom-kl25z/nsh/defconfig
@@ -538,6 +538,8 @@ CONFIG_EXAMPLES_PWM_DURATION=5
# NSH Library
#
CONFIG_NSH_LIBRARY=y
+CONFIG_NSH_READLINE=y
+# CONFIG_NSH_CLE is not set
CONFIG_NSH_BUILTIN_APPS=y
#