From e9e99e976e18c21dcaccaeccbf5dc276d771446c Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Fri, 2 May 2014 15:19:21 +0200 Subject: 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 Reviewed-on: http://review.coreboot.org/5634 Tested-by: build bot (Jenkins) Reviewed-by: Edward O'Callaghan Reviewed-by: Peter Stuge --- src/drivers/pc80/Kconfig | 1 - 1 file changed, 1 deletion(-) (limited to 'src/drivers') 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 -- cgit v1.1