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:
parent
e0187df61b
commit
1ec065bffa
|
@ -3,7 +3,7 @@
|
||||||
config DRIVERS_PS2_KEYBOARD
|
config DRIVERS_PS2_KEYBOARD
|
||||||
bool "PS/2 keyboard init"
|
bool "PS/2 keyboard init"
|
||||||
default n if PAYLOAD_GRUB2 || PAYLOAD_SEABIOS
|
default n if PAYLOAD_GRUB2 || PAYLOAD_SEABIOS
|
||||||
default y if !(PAYLOAD_GRUB2 || PAYLOAD_SEABIOS)
|
default y
|
||||||
help
|
help
|
||||||
Enable this option to initialize PS/2 keyboards found connected
|
Enable this option to initialize PS/2 keyboards found connected
|
||||||
to the PS/2 port.
|
to the PS/2 port.
|
||||||
|
|
Loading…
Reference in New Issue