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> Reviewed-on: http://review.coreboot.org/5634 Tested-by: build bot (Jenkins) Reviewed-by: Edward O'Callaghan <eocallaghan@alterapraxis.com> Reviewed-by: Peter Stuge <peter@stuge.se>
This commit is contained in:
parent
8084e5b6da
commit
e9e99e976e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue