summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorClément Leger <cleger@kalray.eu>2018-09-24 13:45:35 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2018-09-26 08:48:38 +0200
commit6f9fd8b283962b017d869bc93cd3b9188d83a777 (patch)
treee7aeffa0c83fe93f83bbceb75be311a5bbebe54d /common
parente6b0633b51f9cacb0f0e649e44a56dce50883d8d (diff)
downloadbarebox-6f9fd8b283962b017d869bc93cd3b9188d83a777.tar.gz
barebox-6f9fd8b283962b017d869bc93cd3b9188d83a777.tar.xz
ratp: select CMDLINE_EDITING
ratp seems to send special characters which are not handle correctly without CDMLINE_EDITING. Without this config, commands run via ratp will have an erratic behavior and/or incorrect output. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'common')
-rw-r--r--common/ratp/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/ratp/Kconfig b/common/ratp/Kconfig
index 93ff75d64d..07d1f53da7 100644
--- a/common/ratp/Kconfig
+++ b/common/ratp/Kconfig
@@ -4,6 +4,7 @@ config CONSOLE_RATP
select RATP
select CRC16
select POLLER
+ select CMDLINE_EDITING
depends on CONSOLE_FULL
prompt "RATP console support"
help