diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2025-10-05 21:59:39 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2025-10-05 21:59:39 +0200 |
commit | 92524d4c2beadd0a82cd4780b0a6c28722b8c150 (patch) | |
tree | 7a6723896fbc80c9fef531b47cfb8ec3f40fe002 | |
parent | 4a6d2f3ccddbb6863ad41e47dc5d65f55a6f02c4 (diff) |
qemu: enable evdev
-rw-r--r-- | target/config/Config.in.qemuopts | 1 |
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 |