c45460decb
This source file implements a stellaris gamepad device; rename it so that it is a closer match to the device name. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Tested-by: Philippe Mathieu-Daudé <philmd@linaro.org> Message-id: 20231030114802.3671871-2-peter.maydell@linaro.org
49 lines
566 B
Plaintext
49 lines
566 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_GAMEPAD
|
|
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
|