xref: /openbmc/qemu/hw/input/Kconfig (revision ccf222a816d59af1318a7efb59c6b9c5578d1abf)
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
25config VIRTIO_INPUT_HOST
26    bool
27    default y
28    depends on LINUX
29
30config TSC210X
31    bool
32