diff options
Diffstat (limited to 'src/drivers/pc80')
-rw-r--r-- | src/drivers/pc80/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
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. |