aboutsummaryrefslogtreecommitdiff
path: root/hw/input/Kconfig
blob: e05b7bee2408c9e78a881c2e84034959a60511d9 (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
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

config VIRTIO_INPUT_HOST
    bool
    default y
    depends on LINUX

config TSC210X
    bool