1config ADB 2 bool 3 4config LM832X 5 bool 6 depends on I2C 7 8config PCKBD 9 bool 10 default y 11 select PS2 12 depends on ISA_BUS 13 14config PL050 15 bool 16 select PS2 17 18config PS2 19 bool 20 21config STELLARIS_INPUT 22 bool 23 24config TSC2005 25 bool 26 27config VIRTIO_INPUT 28 bool 29 default y 30 depends on VIRTIO 31 32config VIRTIO_INPUT_HOST 33 bool 34 default y 35 depends on VIRTIO_INPUT && LINUX 36 37config VHOST_USER_INPUT 38 bool 39 default y 40 depends on VIRTIO_INPUT && VHOST_USER 41 42config TSC210X 43 bool 44