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 0ed1ecfc6b..18c626c7cb 100644 --- a/src/drivers/pc80/Kconfig +++ b/src/drivers/pc80/Kconfig @@ -4,7 +4,7 @@ if PC80_SYSTEM config DRIVERS_PS2_KEYBOARD bool "PS/2 keyboard init" - default y + default n help Enable this option to initialize PS/2 keyboards found connected to the PS/2 port. |