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 1166342c34407f77d54a00004eb695ff2dcd156b Author: Patrick Georgi patrick@georgi-clan.de Date: Fri May 2 15:19:21 2014 +0200
drivers/pc80/Kconfig: Revert PS/2 initialization defaults
Remove the inconsistent behaviour based on unrelated configuration: PS/2 init is now always enabled. This can change once we find a better approach.
Change-Id: Ia8d55032f0e5eca0bf82d77df7dab95bcb2b353a Signed-off-by: Patrick Georgi patrick@georgi-clan.de --- src/drivers/pc80/Kconfig | 1 - 1 file changed, 1 deletion(-)
diff --git a/src/drivers/pc80/Kconfig b/src/drivers/pc80/Kconfig index 1348dd4..3572bc2 100644 --- a/src/drivers/pc80/Kconfig +++ b/src/drivers/pc80/Kconfig @@ -2,7 +2,6 @@ # reliably support PS/2 init themselves. config DRIVERS_PS2_KEYBOARD bool "PS/2 keyboard init" - default n if PAYLOAD_GRUB2 || PAYLOAD_SEABIOS default y help Enable this option to initialize PS/2 keyboards found connected