repo.or.cz
/
qemu
/
armbru.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'pull-loongarch-20241016' of https://gitlab.com/gaosong/qemu into staging
[qemu/armbru.git]
/
hw
/
input
/
Kconfig
blob
a116cb82dff20617811bb6c5bda5a0ec1ab0c8f3
1
config ADB
2
bool
3
4
config PCKBD
5
bool
6
select PS2
7
depends on ISA_BUS
8
9
config PL050
10
bool
11
select PS2
12
13
config PS2
14
bool
15
16
config STELLARIS_GAMEPAD
17
bool
18
19
config VIRTIO_INPUT
20
bool
21
default y
22
depends on VIRTIO
23
24
config VIRTIO_INPUT_HOST
25
bool
26
default y
27
depends on VIRTIO_INPUT && LINUX
28
29
config VHOST_USER_INPUT
30
bool
31
default y
32
depends on VIRTIO_INPUT && VHOST_USER
33
34
config LASIPS2
35
select PS2