update-linux-headers: handle new header file
[qemu/ar7.git] / hw / input / Kconfig
blob889363d8aef1b9679f5fe68be631f969e8870c7a
1 config ADB
2     bool
4 config LM832X
5     bool
6     depends on I2C
8 config PCKBD
9     bool
10     default y
11     depends on ISA_BUS
13 config PL050
14     bool
16 config STELLARIS_INPUT
17     bool
19 config TSC2005
20     bool
22 config VIRTIO_INPUT
23     bool
24     default y
25     depends on VIRTIO
27 config VIRTIO_INPUT_HOST
28     bool
29     default y
30     depends on VIRTIO_INPUT && LINUX
32 config VHOST_USER_INPUT
33     bool
34     default y
35     depends on VIRTIO_INPUT && VHOST_USER
37 config TSC210X
38     bool