Browse Source

hid: depend on usb or qemu

Waldemar Brodkorb 9 years ago
parent
commit
1dffba209c
1 changed files with 2 additions and 1 deletions
  1. 2 1
      target/linux/config/Config.in.input

+ 2 - 1
target/linux/config/Config.in.input

@@ -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.