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 <patrick@georgi-clan.de>
Reviewed-on: http://review.coreboot.org/5633
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Tested-by: build bot (Jenkins)
Reviewed-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
This commit is contained in:
Patrick Georgi 2014-05-02 15:08:46 +02:00
parent e0187df61b
commit 1ec065bffa
1 changed files with 1 additions and 1 deletions

View File

@ -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.