aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/drivers/pc80/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/drivers/pc80/Kconfig b/src/drivers/pc80/Kconfig
index 37ba6bcef7..485dd6408f 100644
--- a/src/drivers/pc80/Kconfig
+++ b/src/drivers/pc80/Kconfig
@@ -2,8 +2,8 @@
# reliably support PS/2 init themselves.
config DRIVERS_PS2_KEYBOARD
bool "PS/2 keyboard init"
- default n if PAYLOAD_SEABIOS
- default y if !PAYLOAD_SEABIOS
+ default n if PAYLOAD_GRUB2 || PAYLOAD_SEABIOS
+ default y if !(PAYLOAD_GRUB2 || PAYLOAD_SEABIOS)
help
Enable this option to initialize PS/2 keyboards found connected
to the PS/2 port.