* add keyboard layout support to libpayload
* add a reset handler mechanism (CTRL-ALT-DEL) Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Jordan Crouse <jordan.crouse@amd.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3605 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
committed by
Stefan Reinauer
parent
e75c3d85a3
commit
d84ef1e6dc
@@ -100,6 +100,16 @@ config PC_KEYBOARD
|
||||
bool "Allow input from a PC keyboard"
|
||||
default y
|
||||
|
||||
config PC_KEYBOARD_LAYOUT_US
|
||||
bool "English (US) keyboard layout"
|
||||
depends on PC_KEYBOARD
|
||||
default y
|
||||
|
||||
config PC_KEYBOARD_LAYOUT_DE
|
||||
bool "German keyboard layout"
|
||||
depends on PC_KEYBOARD
|
||||
default n
|
||||
|
||||
endmenu
|
||||
|
||||
menu "Drivers"
|
||||
|
Reference in New Issue
Block a user