]> Git Repo - qemu.git/blob - hw/input/Kconfig
tests/docker: Remove the remainders of debian9 containers from the Makefile
[qemu.git] / hw / input / Kconfig
1 config ADB
2     bool
3
4 config ADS7846
5     bool
6
7 config LM832X
8     bool
9     depends on I2C
10
11 config PCKBD
12     bool
13     select PS2
14     depends on ISA_BUS
15
16 config PL050
17     bool
18     select PS2
19
20 config PS2
21     bool
22
23 config STELLARIS_INPUT
24     bool
25
26 config TSC2005
27     bool
28
29 config VIRTIO_INPUT
30     bool
31     default y
32     depends on VIRTIO
33
34 config VIRTIO_INPUT_HOST
35     bool
36     default y
37     depends on VIRTIO_INPUT && LINUX
38
39 config VHOST_USER_INPUT
40     bool
41     default y
42     depends on VIRTIO_INPUT && VHOST_USER
43
44 config TSC210X
45     bool
46
47 config LASIPS2
48     select PS2
This page took 0.025685 seconds and 4 git commands to generate.