xref: /openbmc/qemu/hw/input/Kconfig (revision 062cfce8d4c077800d252b84c65da8a2dd03fd6f)
1 config ADB
2     bool
3 
4 config PCKBD
5     bool
6     select PS2
7     depends on ISA_BUS
8 
9 config PL050
10     bool
11     select PS2
12 
13 config PS2
14     bool
15 
16 config STELLARIS_GAMEPAD
17     bool
18 
19 config VIRTIO_INPUT
20     bool
21     default y
22     depends on VIRTIO
23 
24 config VIRTIO_INPUT_HOST
25     bool
26     default y
27     depends on VIRTIO_INPUT && LINUX
28 
29 config VHOST_USER_INPUT
30     bool
31     default y
32     depends on VIRTIO_INPUT && VHOST_USER
33 
34 config LASIPS2
35     select PS2
36