summaryrefslogtreecommitdiff
path: root/apps/system/readline/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'apps/system/readline/Kconfig')
-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---