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