aboutsummaryrefslogtreecommitdiff
path: root/console-tools/dumpkmap.c
diff options
context:
space:
mode:
Diffstat (limited to 'console-tools/dumpkmap.c')
-rw-r--r--console-tools/dumpkmap.c12
1 files changed, 11 insertions, 1 deletions
diff --git a/console-tools/dumpkmap.c b/console-tools/dumpkmap.c
index b6fd466dc..4a249868a 100644
--- a/console-tools/dumpkmap.c
+++ b/console-tools/dumpkmap.c
@@ -7,7 +7,17 @@
7 * Licensed under GPLv2 or later, see file LICENSE in this source tree. 7 * Licensed under GPLv2 or later, see file LICENSE in this source tree.
8 * 8 *
9 */ 9 */
10/* no options, no getopt */ 10//config:config DUMPKMAP
11//config: bool "dumpkmap"
12//config: default y
13//config: select PLATFORM_LINUX
14//config: help
15//config: This program dumps the kernel's keyboard translation table to
16//config: stdout, in binary format. You can then use loadkmap to load it.
17
18//applet:IF_DUMPKMAP(APPLET(dumpkmap, BB_DIR_BIN, BB_SUID_DROP))
19
20//kbuild:lib-$(CONFIG_DUMPKMAP) += dumpkmap.o
11 21
12//usage:#define dumpkmap_trivial_usage 22//usage:#define dumpkmap_trivial_usage
13//usage: "> keymap" 23//usage: "> keymap"