Files

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

36 lines
448 B
Plaintext
Raw Permalink Normal View History

2019-01-23 14:56:00 +08:00
config ADB
bool
config PCKBD
bool
select PS2
2019-01-23 14:56:09 +08:00
depends on ISA_BUS
2019-01-23 14:56:00 +08:00
config PL050
bool
select PS2
config PS2
bool
2019-01-23 14:56:00 +08:00
config STELLARIS_GAMEPAD
2019-01-23 14:56:00 +08:00
bool
config VIRTIO_INPUT
bool
default y
depends on VIRTIO
2019-01-23 14:56:00 +08:00
2019-01-23 14:56:01 +08:00
config VIRTIO_INPUT_HOST
bool
default y
depends on VIRTIO_INPUT && LINUX
2019-01-23 14:56:01 +08:00
2019-05-03 15:00:32 +02:00
config VHOST_USER_INPUT
bool
default y
depends on VIRTIO_INPUT && VHOST_USER
2019-12-20 22:15:10 +01:00
config LASIPS2
select PS2