aboutsummaryrefslogtreecommitdiff
path: root/hw/input/Kconfig
blob: 55865bb38696274196fdde12dcc140329ad3459f (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
39
40
41
42
43
44
45
46
47
48
config ADB
    bool

config ADS7846
    bool

config LM832X
    bool
    depends on I2C

config PCKBD
    bool
    select PS2
    depends on ISA_BUS

config PL050
    bool
    select PS2

config PS2
    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

config LASIPS2
    select PS2