summaryrefslogtreecommitdiffstats
path: root/rules/readline.in
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2017-06-21 09:58:45 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2017-06-21 10:14:54 +0200
commitb2506e3922eae21a9d4b0fc7ebed62e1524cbaac (patch)
treecfa660a2eef642a6d1cc14462ed643a066122380 /rules/readline.in
parent541737f469cbd0ebd41c1ff6bcd2ae0760e5bb4d (diff)
downloadptxdist-b2506e3922eae21a9d4b0fc7ebed62e1524cbaac.tar.gz
ptxdist-b2506e3922eae21a9d4b0fc7ebed62e1524cbaac.tar.xz
readline: cleanup
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/readline.in')
-rw-r--r--rules/readline.in7
1 files changed, 0 insertions, 7 deletions
diff --git a/rules/readline.in b/rules/readline.in
index d531c7c6a..036860409 100644
--- a/rules/readline.in
+++ b/rules/readline.in
@@ -13,13 +13,6 @@ choice
default READLINE_NCURSES
depends on READLINE
- config READLINE_NOPREFERENCE
- bool
- prompt "no preference"
- help
- Tries to autodetect what library is present. If ncurses
- and termcap will be found termcap has precedence over ncurses.
-
config READLINE_TERMCAP
bool
prompt "termcap"