|
@@ -101,7 +101,8 @@ config ADK_KERNEL_USB_HID
|
|
|
select ADK_KERNEL_HID
|
|
|
select ADK_KERNEL_HID_SUPPORT
|
|
|
select ADK_KERNEL_HID_GENERIC
|
|
|
- depends on ADK_TARGET_WITH_USB
|
|
|
+ depends on ADK_TARGET_WITH_USB \
|
|
|
+ || ADK_TARGET_QEMU
|
|
|
help
|
|
|
You need this driver for USB keyboard and mouse support.
|
|
|
|