diff options
Diffstat (limited to 'hw/input/Kconfig')
-rw-r--r-- | hw/input/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/hw/input/Kconfig b/hw/input/Kconfig index 889363d8ae..287f08887b 100644 --- a/hw/input/Kconfig +++ b/hw/input/Kconfig @@ -8,10 +8,15 @@ config LM832X config PCKBD bool default y + select PS2 depends on ISA_BUS config PL050 bool + select PS2 + +config PS2 + bool config STELLARIS_INPUT bool |