瀏覽代碼

hid: depend on usb or qemu

Waldemar Brodkorb 9 年之前
父節點
當前提交
1dffba209c
共有 1 個文件被更改,包括 2 次插入1 次删除
  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.