Patrick Georgi (patrick@georgi-clan.de) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/5634
-gerrit
commit 3d9321a86b66f574b663a690702c104e998e368b Author: Patrick Georgi patrick@georgi-clan.de Date: Fri May 2 15:19:21 2014 +0200
drivers/pc80/Kconfig: Revert PS/2 initialization defaults
Peter is unhappy with inconsistent behaviour based on unrelated configuration, so revert to enable-always.
Change-Id: Ia8d55032f0e5eca0bf82d77df7dab95bcb2b353a Signed-off-by: Patrick Georgi patrick@georgi-clan.de --- src/drivers/pc80/Kconfig | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/src/drivers/pc80/Kconfig b/src/drivers/pc80/Kconfig index 485dd64..3572bc2 100644 --- a/src/drivers/pc80/Kconfig +++ b/src/drivers/pc80/Kconfig @@ -2,8 +2,7 @@ # reliably support PS/2 init themselves. config DRIVERS_PS2_KEYBOARD bool "PS/2 keyboard init" - default n if PAYLOAD_GRUB2 || PAYLOAD_SEABIOS - default y if !(PAYLOAD_GRUB2 || PAYLOAD_SEABIOS) + default y help Enable this option to initialize PS/2 keyboards found connected to the PS/2 port.