summaryrefslogtreecommitdiff
path: root/apps/system/readline
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-04-14 20:22:48 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-04-14 20:22:48 +0000
commitb53d8081c1e407bdc9188f9b4f320846a1a50241 (patch)
tree5e029bfe0e09ca46b3a8ab206776255f6c936c63 /apps/system/readline
parent9bb8a758ba47732e5a172bd4036b0ea12a08d7f9 (diff)
downloadnuttx-b53d8081c1e407bdc9188f9b4f320846a1a50241.tar.gz
nuttx-b53d8081c1e407bdc9188f9b4f320846a1a50241.tar.bz2
nuttx-b53d8081c1e407bdc9188f9b4f320846a1a50241.zip
More Kconfig updates
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4610 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/system/readline')
-rw-r--r--apps/system/readline/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/system/readline/Kconfig b/apps/system/readline/Kconfig
index a7467b15d..2ed9cafd6 100644
--- a/apps/system/readline/Kconfig
+++ b/apps/system/readline/Kconfig
@@ -10,6 +10,7 @@ config SYSTEM_READLINE
Enable support for the readline() function.
if SYSTEM_READLINE
+config READLINE_ECHO
bool "Echo character input"
default y
---help---