]> Git Repo - qemu.git/blob - hw/input/Kconfig
meson: qemu-{img,io,nbd}
[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     select PS2
11     depends on ISA_BUS
12
13 config PL050
14     bool
15     select PS2
16
17 config PS2
18     bool
19
20 config STELLARIS_INPUT
21     bool
22
23 config TSC2005
24     bool
25
26 config VIRTIO_INPUT
27     bool
28     default y
29     depends on VIRTIO
30
31 config VIRTIO_INPUT_HOST
32     bool
33     default y
34     depends on VIRTIO_INPUT && LINUX
35
36 config VHOST_USER_INPUT
37     bool
38     default y
39     depends on VIRTIO_INPUT && VHOST_USER
40
41 config TSC210X
42     bool
43
44 config LASIPS2
45     select PS2
This page took 0.02697 seconds and 4 git commands to generate.