]>
Commit | Line | Data |
---|---|---|
82f51817 PB |
1 | config ADB |
2 | bool | |
3 | ||
f12985f1 GQ |
4 | config ADS7846 |
5 | bool | |
6 | ||
82f51817 PB |
7 | config LM832X |
8 | bool | |
1550b0e6 | 9 | depends on I2C |
82f51817 PB |
10 | |
11 | config PCKBD | |
12 | bool | |
b92be8d0 | 13 | select PS2 |
a7e23159 | 14 | depends on ISA_BUS |
82f51817 PB |
15 | |
16 | config PL050 | |
17 | bool | |
b92be8d0 TH |
18 | select PS2 |
19 | ||
20 | config PS2 | |
21 | bool | |
82f51817 PB |
22 | |
23 | config STELLARIS_INPUT | |
24 | bool | |
25 | ||
26 | config TSC2005 | |
27 | bool | |
28 | ||
29 | config VIRTIO_INPUT | |
30 | bool | |
b42075bb YZ |
31 | default y |
32 | depends on VIRTIO | |
82f51817 | 33 | |
e0e312f3 PB |
34 | config VIRTIO_INPUT_HOST |
35 | bool | |
36 | default y | |
503591cb | 37 | depends on VIRTIO_INPUT && LINUX |
e0e312f3 | 38 | |
9c4d05b7 MAL |
39 | config VHOST_USER_INPUT |
40 | bool | |
41 | default y | |
42 | depends on VIRTIO_INPUT && VHOST_USER | |
43 | ||
82f51817 PB |
44 | config TSC210X |
45 | bool | |
2a6505b0 SS |
46 | |
47 | config LASIPS2 | |
48 | select PS2 |