xref: /openbmc/qemu/hw/input/Kconfig (revision d9cb4336)
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_INPUT && LINUX
31
32config VHOST_USER_INPUT
33    bool
34    default y
35    depends on VIRTIO_INPUT && VHOST_USER
36
37config TSC210X
38    bool
39