]> Git Repo - qemu.git/blame - hw/input/Kconfig
Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20211016' into staging
[qemu.git] / hw / input / Kconfig
CommitLineData
82f51817
PB
1config ADB
2 bool
3
f12985f1
GQ
4config ADS7846
5 bool
6
82f51817
PB
7config LM832X
8 bool
1550b0e6 9 depends on I2C
82f51817
PB
10
11config PCKBD
12 bool
b92be8d0 13 select PS2
a7e23159 14 depends on ISA_BUS
82f51817
PB
15
16config PL050
17 bool
b92be8d0
TH
18 select PS2
19
20config PS2
21 bool
82f51817
PB
22
23config STELLARIS_INPUT
24 bool
25
26config TSC2005
27 bool
28
29config VIRTIO_INPUT
30 bool
b42075bb
YZ
31 default y
32 depends on VIRTIO
82f51817 33
e0e312f3
PB
34config VIRTIO_INPUT_HOST
35 bool
36 default y
503591cb 37 depends on VIRTIO_INPUT && LINUX
e0e312f3 38
9c4d05b7
MAL
39config VHOST_USER_INPUT
40 bool
41 default y
42 depends on VIRTIO_INPUT && VHOST_USER
43
82f51817
PB
44config TSC210X
45 bool
2a6505b0
SS
46
47config LASIPS2
48 select PS2
This page took 0.207079 seconds and 4 git commands to generate.