summaryrefslogtreecommitdiff
path: root/hw/input/Kconfig
blob: 889363d8aef1b9679f5fe68be631f969e8870c7a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
config ADB
    bool

config LM832X
    bool
    depends on I2C

config PCKBD
    bool
    default y
    depends on ISA_BUS

config PL050
    bool

config STELLARIS_INPUT
    bool

config TSC2005
    bool

config VIRTIO_INPUT
    bool
    default y
    depends on VIRTIO

config VIRTIO_INPUT_HOST
    bool
    default y
    depends on VIRTIO_INPUT && LINUX

config VHOST_USER_INPUT
    bool
    default y
    depends on VIRTIO_INPUT && VHOST_USER

config TSC210X
    bool