2012-04-06 18:33:17 +02:00
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
2012-04-06 18:45:52 +02:00
|
|
|
# see misc/tools/kconfig-language.txt.
|
2012-04-06 18:33:17 +02:00
|
|
|
#
|
2012-04-11 20:12:03 +02:00
|
|
|
|
2012-04-14 22:01:08 +02:00
|
|
|
config SYSTEM_READLINE
|
|
|
|
bool "readline() support"
|
|
|
|
default n
|
|
|
|
---help---
|
|
|
|
Enable support for the readline() function.
|
|
|
|
|
|
|
|
if SYSTEM_READLINE
|
2012-04-14 22:22:48 +02:00
|
|
|
config READLINE_ECHO
|
2012-04-11 20:12:03 +02:00
|
|
|
bool "Echo character input"
|
|
|
|
default y
|
|
|
|
---help---
|
|
|
|
Echo received character input back via stdout. This is normal
|
|
|
|
behavior and should be selected unless the source of stdin input
|
|
|
|
already has local echo support or you need to suppress the back-channel
|
|
|
|
responses for any other reason.
|
|
|
|
|
2012-04-14 22:01:08 +02:00
|
|
|
endif
|