xref: /openbmc/qemu/hw/input/Kconfig (revision 8cf108c5)
1config ADB
2    bool
3
4config LM832X
5    bool
6    depends on I2C
7
8config PCKBD
9    bool
10    default y
11    depends on ISA_BUS
12
13config PL050
14    bool
15
16config STELLARIS_INPUT
17    bool
18
19config TSC2005
20    bool
21
22config VIRTIO_INPUT
23    bool
24    default y
25    depends on VIRTIO
26
27config VIRTIO_INPUT_HOST
28    bool
29    default y
30    depends on VIRTIO && LINUX
31
32config TSC210X
33    bool
34