summaryrefslogtreecommitdiffstats
path: root/rules/kbd.in
blob: 658afcb20503eed4896cf84f77d2bddc1b163e15 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
## SECTION=shell_and_console

menuconfig KBD
	tristate
	prompt "kbd                           "
	help
	  The kbd package contains keytable files and keyboard utilities
	  compatible with kernel version 1.1.54 and later. Setfont requires
	  1.1.92 or later.
if KBD

config KBD_DUMPKEYS
	bool
	prompt "dumpkeys"
	help
	  dumpkeys - dump keyboard translation tables

config KBD_LOADKEYS
	bool
	prompt "loadkeys"
	help
	  loadkeys - load keyboard translation tables

config KBD_GETKEYCODES
	bool
	prompt "getkeycodes"
	help
	  getkeycodes - print kernel scancode-to-keycode mapping table

config KBD_SETKEYCODES
	bool
	prompt "setkeycodes"
	help
	  setkeycodes - load kernel scancode-to-keycode mapping table entries

config KBD_SHOWKEY
	bool
	prompt "showkey"
	help
	  showkey - examine the scan codes and keycodes sent by the keyboard

config KBD_CHVT
	bool
	prompt "chvt"
	help
	  chvt - change foreground virtual terminal

config KBD_DEALLOCVT
	bool
	prompt "deallocvt"
	help
	  deallocvt - deallocate unused virtual terminals

endif