]> git.proxmox.com Git - mirror_qemu.git/blame - hw/input/Kconfig
virtio-input: fix Kconfig dependency and Makefile
[mirror_qemu.git] / hw / input / Kconfig
CommitLineData
82f51817
PB
1config ADB
2 bool
3
4config LM832X
5 bool
1550b0e6 6 depends on I2C
82f51817
PB
7
8config PCKBD
9 bool
a7e23159
PB
10 default y
11 depends on ISA_BUS
82f51817
PB
12
13config PL050
14 bool
15
16config STELLARIS_INPUT
17 bool
18
19config TSC2005
20 bool
21
22config VIRTIO_INPUT
23 bool
b42075bb
YZ
24 default y
25 depends on VIRTIO
82f51817 26
e0e312f3
PB
27config VIRTIO_INPUT_HOST
28 bool
29 default y
503591cb 30 depends on VIRTIO_INPUT && LINUX
e0e312f3 31
9c4d05b7
MAL
32config VHOST_USER_INPUT
33 bool
34 default y
35 depends on VIRTIO_INPUT && VHOST_USER
36
82f51817
PB
37config TSC210X
38 bool