summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorTomasz Bursztyka <tomasz.bursztyka@linux.intel.com>2017-01-24 10:01:05 +0100
committerJukka Rissanen <jukka.rissanen@linux.intel.com>2017-01-27 12:35:53 +0200
commit3e65158936b3acd48c7df58b3ef76247778c9f2b (patch)
treedb1ad7c3a07e19d17aefcfcceeca1dca0399403a /drivers
parentfb9810978fb77ac1111098e7078eaa2de630b58d (diff)
drivers/console: Making console input generic
Input line length can be modified via Kconfig. Change-Id: I3423fce9814e04b11d11e5d391f85fe1efbe8d17 Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/console/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/console/Kconfig b/drivers/console/Kconfig
index 405fb607c..173f5149d 100644
--- a/drivers/console/Kconfig
+++ b/drivers/console/Kconfig
@@ -12,6 +12,13 @@ menuconfig CONSOLE
if CONSOLE
+config CONSOLE_INPUT_MAX_LINE_LEN
+ int "Console maximum input line length"
+ default 128
+ help
+ This option can be used to modify the maximum length a console input
+ can be.
+
config CONSOLE_HAS_DRIVER
bool
default n