summaryrefslogtreecommitdiffstats
path: root/hw/input/Kconfig
blob: 64f14daabf6c63512117609439c73299c733eedf (plain) (blame)
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
config ADB
    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
tle='2018-07-09 15:51:34 +0200'>2018-07-091-0/+9 * include/hw/ptimer.h: Add documentation commentsPeter Maydell2017-07-111-0/+120 * tests: fix ptimer leaksMarc-André Lureau2017-02-281-0/+1 * hw/ptimer: Add "no counter round down" policyDmitry Osipenko2016-10-241-0/+4 * hw/ptimer: Add "no immediate reload" policyDmitry Osipenko2016-10-241-0/+4 * hw/ptimer: Add "no immediate trigger" policyDmitry Osipenko2016-10-241-0/+4 * hw/ptimer: Add "continuous trigger" policyDmitry Osipenko2016-10-241-0/+4 * hw/ptimer: Add "wraparound after one period" policyDmitry Osipenko2016-10-241-0/+4 * hw/ptimer: Introduce timer policy featureDmitry Osipenko2016-09-221-1/+24 * hw/ptimer: Introduce ptimer_get_limitDmitry Osipenko2016-06-061-0/+1 * vmstate: Make VMSTATE_STRUCT_POINTER take type, not ptr-to-typePeter Maydell2014-02-041-8/+2Star * vmstate: Add support for an array of ptimer_state *Peter Maydell2013-12-17