diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2011-02-26 22:24:08 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2011-02-26 22:24:08 +0100 |
commit | e3b1a1fd28558f7a1b3c0ec33313bedb675be8a1 (patch) | |
tree | 0fb387c2e7d45dc541d9a42f9f0eba4352353aa5 /console-tools/Config.src | |
parent | da4441c44f6efccb6f7b7588404d9c6bfb7b6af8 (diff) | |
download | busybox-w32-e3b1a1fd28558f7a1b3c0ec33313bedb675be8a1.tar.gz busybox-w32-e3b1a1fd28558f7a1b3c0ec33313bedb675be8a1.tar.bz2 busybox-w32-e3b1a1fd28558f7a1b3c0ec33313bedb675be8a1.zip |
Replace "depends on PLATFORM_LINUX" with "select PLATFORM_LINUX"
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'console-tools/Config.src')
-rw-r--r-- | console-tools/Config.src | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/console-tools/Config.src b/console-tools/Config.src index cdb26800e..c65704478 100644 --- a/console-tools/Config.src +++ b/console-tools/Config.src | |||
@@ -10,7 +10,7 @@ INSERT | |||
10 | config CHVT | 10 | config CHVT |
11 | bool "chvt" | 11 | bool "chvt" |
12 | default y | 12 | default y |
13 | depends on PLATFORM_LINUX | 13 | select PLATFORM_LINUX |
14 | help | 14 | help |
15 | This program is used to change to another terminal. | 15 | This program is used to change to another terminal. |
16 | Example: chvt 4 (change to terminal /dev/tty4) | 16 | Example: chvt 4 (change to terminal /dev/tty4) |
@@ -18,7 +18,7 @@ config CHVT | |||
18 | config FGCONSOLE | 18 | config FGCONSOLE |
19 | bool "fgconsole" | 19 | bool "fgconsole" |
20 | default y | 20 | default y |
21 | depends on PLATFORM_LINUX | 21 | select PLATFORM_LINUX |
22 | help | 22 | help |
23 | This program prints active (foreground) console number. | 23 | This program prints active (foreground) console number. |
24 | 24 | ||
@@ -31,14 +31,14 @@ config CLEAR | |||
31 | config DEALLOCVT | 31 | config DEALLOCVT |
32 | bool "deallocvt" | 32 | bool "deallocvt" |
33 | default y | 33 | default y |
34 | depends on PLATFORM_LINUX | 34 | select PLATFORM_LINUX |
35 | help | 35 | help |
36 | This program deallocates unused virtual consoles. | 36 | This program deallocates unused virtual consoles. |
37 | 37 | ||
38 | config DUMPKMAP | 38 | config DUMPKMAP |
39 | bool "dumpkmap" | 39 | bool "dumpkmap" |
40 | default y | 40 | default y |
41 | depends on PLATFORM_LINUX | 41 | select PLATFORM_LINUX |
42 | help | 42 | help |
43 | This program dumps the kernel's keyboard translation table to | 43 | This program dumps the kernel's keyboard translation table to |
44 | stdout, in binary format. You can then use loadkmap to load it. | 44 | stdout, in binary format. You can then use loadkmap to load it. |
@@ -46,21 +46,21 @@ config DUMPKMAP | |||
46 | config KBD_MODE | 46 | config KBD_MODE |
47 | bool "kbd_mode" | 47 | bool "kbd_mode" |
48 | default y | 48 | default y |
49 | depends on PLATFORM_LINUX | 49 | select PLATFORM_LINUX |
50 | help | 50 | help |
51 | This program reports and sets keyboard mode. | 51 | This program reports and sets keyboard mode. |
52 | 52 | ||
53 | config LOADFONT | 53 | config LOADFONT |
54 | bool "loadfont" | 54 | bool "loadfont" |
55 | default y | 55 | default y |
56 | depends on PLATFORM_LINUX | 56 | select PLATFORM_LINUX |
57 | help | 57 | help |
58 | This program loads a console font from standard input. | 58 | This program loads a console font from standard input. |
59 | 59 | ||
60 | config LOADKMAP | 60 | config LOADKMAP |
61 | bool "loadkmap" | 61 | bool "loadkmap" |
62 | default y | 62 | default y |
63 | depends on PLATFORM_LINUX | 63 | select PLATFORM_LINUX |
64 | help | 64 | help |
65 | This program loads a keyboard translation table from | 65 | This program loads a keyboard translation table from |
66 | standard input. | 66 | standard input. |
@@ -68,7 +68,7 @@ config LOADKMAP | |||
68 | config OPENVT | 68 | config OPENVT |
69 | bool "openvt" | 69 | bool "openvt" |
70 | default y | 70 | default y |
71 | depends on PLATFORM_LINUX | 71 | select PLATFORM_LINUX |
72 | help | 72 | help |
73 | This program is used to start a command on an unused | 73 | This program is used to start a command on an unused |
74 | virtual terminal. | 74 | virtual terminal. |
@@ -100,7 +100,7 @@ config FEATURE_RESIZE_PRINT | |||
100 | config SETCONSOLE | 100 | config SETCONSOLE |
101 | bool "setconsole" | 101 | bool "setconsole" |
102 | default y | 102 | default y |
103 | depends on PLATFORM_LINUX | 103 | select PLATFORM_LINUX |
104 | help | 104 | help |
105 | This program redirects the system console to another device, | 105 | This program redirects the system console to another device, |
106 | like the current tty while logged in via telnet. | 106 | like the current tty while logged in via telnet. |
@@ -115,7 +115,7 @@ config FEATURE_SETCONSOLE_LONG_OPTIONS | |||
115 | config SETFONT | 115 | config SETFONT |
116 | bool "setfont" | 116 | bool "setfont" |
117 | default y | 117 | default y |
118 | depends on PLATFORM_LINUX | 118 | select PLATFORM_LINUX |
119 | help | 119 | help |
120 | Allows to load console screen map. Useful for i18n. | 120 | Allows to load console screen map. Useful for i18n. |
121 | 121 | ||
@@ -137,7 +137,7 @@ config DEFAULT_SETFONT_DIR | |||
137 | config SETKEYCODES | 137 | config SETKEYCODES |
138 | bool "setkeycodes" | 138 | bool "setkeycodes" |
139 | default y | 139 | default y |
140 | depends on PLATFORM_LINUX | 140 | select PLATFORM_LINUX |
141 | help | 141 | help |
142 | This program loads entries into the kernel's scancode-to-keycode | 142 | This program loads entries into the kernel's scancode-to-keycode |
143 | map, allowing unusual keyboards to generate usable keycodes. | 143 | map, allowing unusual keyboards to generate usable keycodes. |
@@ -145,14 +145,14 @@ config SETKEYCODES | |||
145 | config SETLOGCONS | 145 | config SETLOGCONS |
146 | bool "setlogcons" | 146 | bool "setlogcons" |
147 | default y | 147 | default y |
148 | depends on PLATFORM_LINUX | 148 | select PLATFORM_LINUX |
149 | help | 149 | help |
150 | This program redirects the output console of kernel messages. | 150 | This program redirects the output console of kernel messages. |
151 | 151 | ||
152 | config SHOWKEY | 152 | config SHOWKEY |
153 | bool "showkey" | 153 | bool "showkey" |
154 | default y | 154 | default y |
155 | depends on PLATFORM_LINUX | 155 | select PLATFORM_LINUX |
156 | help | 156 | help |
157 | Shows keys pressed. | 157 | Shows keys pressed. |
158 | 158 | ||