aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--console-tools/Config.in14
1 files changed, 7 insertions, 7 deletions
diff --git a/console-tools/Config.in b/console-tools/Config.in
index aa5111ac8..bcc7c9b8d 100644
--- a/console-tools/Config.in
+++ b/console-tools/Config.in
@@ -31,13 +31,6 @@ config CONFIG_DUMPKMAP
31 This program dumps the kernel's keyboard translation table to 31 This program dumps the kernel's keyboard translation table to
32 stdout, in binary format. You can then use loadkmap to load it. 32 stdout, in binary format. You can then use loadkmap to load it.
33 33
34config CONFIG_SETCONSOLE
35 bool "setconsole"
36 default n
37 help
38 This program redirects the system console to another device,
39 like the current tty while logged in via telnet.
40
41config CONFIG_LOADFONT 34config CONFIG_LOADFONT
42 bool "loadfont" 35 bool "loadfont"
43 default n 36 default n
@@ -65,6 +58,13 @@ config CONFIG_RESET
65 This program is used to reset the terminal screen, if it 58 This program is used to reset the terminal screen, if it
66 gets messed up. 59 gets messed up.
67 60
61config CONFIG_SETCONSOLE
62 bool "setconsole"
63 default n
64 help
65 This program redirects the system console to another device,
66 like the current tty while logged in via telnet.
67
68config CONFIG_SETKEYCODES 68config CONFIG_SETKEYCODES
69 bool "setkeycodes" 69 bool "setkeycodes"
70 default n 70 default n