ppc/pnv: Link "chip" property to PnvCore::chip pointer
[qemu/ar7.git] / hw / input / Kconfig
blob287f08887b31e15deb1be06c654dc29a30ad8daa
1 config ADB
2     bool
4 config LM832X
5     bool
6     depends on I2C
8 config PCKBD
9     bool
10     default y
11     select PS2
12     depends on ISA_BUS
14 config PL050
15     bool
16     select PS2
18 config PS2
19     bool
21 config STELLARIS_INPUT
22     bool
24 config TSC2005
25     bool
27 config VIRTIO_INPUT
28     bool
29     default y
30     depends on VIRTIO
32 config VIRTIO_INPUT_HOST
33     bool
34     default y
35     depends on VIRTIO_INPUT && LINUX
37 config VHOST_USER_INPUT
38     bool
39     default y
40     depends on VIRTIO_INPUT && VHOST_USER
42 config TSC210X
43     bool