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