Jelajahi Sumber

hid: depend on usb or qemu

Waldemar Brodkorb 9 tahun lalu
induk
melakukan
1dffba209c
1 mengubah file dengan 2 tambahan dan 1 penghapusan
  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.