aboutsummaryrefslogtreecommitdiff
path: root/console-tools/kbd_mode.c
diff options
context:
space:
mode:
Diffstat (limited to 'console-tools/kbd_mode.c')
-rw-r--r--console-tools/kbd_mode.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/console-tools/kbd_mode.c b/console-tools/kbd_mode.c
index 138536721..f1238c6b4 100644
--- a/console-tools/kbd_mode.c
+++ b/console-tools/kbd_mode.c
@@ -8,6 +8,16 @@
8 * 8 *
9 * Licensed under GPLv2 or later, see file LICENSE in this source tree. 9 * Licensed under GPLv2 or later, see file LICENSE in this source tree.
10 */ 10 */
11//config:config KBD_MODE
12//config: bool "kbd_mode"
13//config: default y
14//config: select PLATFORM_LINUX
15//config: help
16//config: This program reports and sets keyboard mode.
17
18//applet:IF_KBD_MODE(APPLET(kbd_mode, BB_DIR_BIN, BB_SUID_DROP))
19
20//kbuild:lib-$(CONFIG_KBD_MODE) += kbd_mode.o
11 21
12//usage:#define kbd_mode_trivial_usage 22//usage:#define kbd_mode_trivial_usage
13//usage: "[-a|k|s|u] [-C TTY]" 23//usage: "[-a|k|s|u] [-C TTY]"