From 1ec065bffae5233202ec1e64f3a2fb541da3784e Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Fri, 2 May 2014 15:08:46 +0200 Subject: drivers/pc80/Kconfig: simplify PS/2 selection rules There's no need to state the dependency twice. Change-Id: Ia241d441211c6f476d0a6ed7589b038f7a220265 Signed-off-by: Patrick Georgi Reviewed-on: http://review.coreboot.org/5633 Reviewed-by: Paul Menzel Tested-by: build bot (Jenkins) Reviewed-by: Edward O'Callaghan Reviewed-by: Ronald G. Minnich --- src/drivers/pc80/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/drivers/pc80/Kconfig b/src/drivers/pc80/Kconfig index 485dd6408f..1348dd4e61 100644 --- a/src/drivers/pc80/Kconfig +++ b/src/drivers/pc80/Kconfig @@ -3,7 +3,7 @@ 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. -- cgit v1.2.3