f12985f14a
ads7846 is a touch-screen controller that is an input device rather than a display device, so move it to the hw/input folder. Signed-off-by: Gan Qixin <ganqixin@huawei.com> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Message-Id: <20201115123503.1110665-1-ganqixin@huawei.com> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
49 lines
564 B
Plaintext
49 lines
564 B
Plaintext
config ADB
|
|
bool
|
|
|
|
config ADS7846
|
|
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
|