## 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" depends on !BUSYBOX_SETKEYCODES || ALLYES help setkeycodes - load kernel scancode-to-keycode mapping table entries comment "BusyBox' setkeycodes is selected!" depends on BUSYBOX_SETKEYCODES config KBD_SHOWKEY bool prompt "showkey" depends on !BUSYBOX_SHOWKEY || ALLYES help showkey - examine the scan codes and keycodes sent by the keyboard comment "BusyBox' showkey is selected!" depends on BUSYBOX_SHOWKEY config KBD_CHVT bool prompt "chvt" depends on !BUSYBOX_CHVT || ALLYES help chvt - change foreground virtual terminal comment "BusyBox' chvt is selected!" depends on BUSYBOX_CHVT config KBD_DEALLOCVT bool prompt "deallocvt" depends on !BUSYBOX_DEALLOCVT || ALLYES help deallocvt - deallocate unused virtual terminals comment "BusyBox' deallocvt is selected!" depends on BUSYBOX_DEALLOCVT endif