]> Git Repo - qemu.git/blob - hw/input/Kconfig
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
[qemu.git] / hw / input / Kconfig
1 config ADB
2     bool
3
4 config LM832X
5     bool
6     depends on I2C
7
8 config PCKBD
9     bool
10     default y
11     select PS2
12     depends on ISA_BUS
13
14 config PL050
15     bool
16     select PS2
17
18 config PS2
19     bool
20
21 config STELLARIS_INPUT
22     bool
23
24 config TSC2005
25     bool
26
27 config VIRTIO_INPUT
28     bool
29     default y
30     depends on VIRTIO
31
32 config VIRTIO_INPUT_HOST
33     bool
34     default y
35     depends on VIRTIO_INPUT && LINUX
36
37 config VHOST_USER_INPUT
38     bool
39     default y
40     depends on VIRTIO_INPUT && VHOST_USER
41
42 config TSC210X
43     bool
This page took 0.040123 seconds and 4 git commands to generate.