diff options
-rw-r--r-- | hw/input/Kconfig | 1 | ||||
-rw-r--r-- | hw/isa/Kconfig | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/hw/input/Kconfig b/hw/input/Kconfig index 25c77a1..64f14da 100644 --- a/hw/input/Kconfig +++ b/hw/input/Kconfig @@ -7,7 +7,6 @@ config LM832X config PCKBD bool - default y select PS2 depends on ISA_BUS diff --git a/hw/isa/Kconfig b/hw/isa/Kconfig index 8a38813..c7f0785 100644 --- a/hw/isa/Kconfig +++ b/hw/isa/Kconfig @@ -16,6 +16,7 @@ config I82378 config ISA_SUPERIO bool select ISA_BUS + select PCKBD config PC87312 bool |