summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2025-10-05 21:59:39 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2025-10-05 21:59:39 +0200
commit92524d4c2beadd0a82cd4780b0a6c28722b8c150 (patch)
tree7a6723896fbc80c9fef531b47cfb8ec3f40fe002
parent4a6d2f3ccddbb6863ad41e47dc5d65f55a6f02c4 (diff)
qemu: enable evdev
-rw-r--r--target/config/Config.in.qemuopts1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/config/Config.in.qemuopts b/target/config/Config.in.qemuopts
index 54695a62f..c428d9d8f 100644
--- a/target/config/Config.in.qemuopts
+++ b/target/config/Config.in.qemuopts
@@ -97,6 +97,7 @@ config ADK_TARGET_QEMU_WITH_VIRTIO_GRAPHIC
select ADK_LINUX_KERNEL_INPUT_KEYBOARD
select ADK_LINUX_KERNEL_INPUT_MOUSE
select ADK_LINUX_KERNEL_INPUT_MOUSEDEV
+ select ADK_LINUX_KERNEL_INPUT_EVDEV
endchoice