Explorar el Código

allow to choose USB for generic

Waldemar Brodkorb hace 10 años
padre
commit
3b6024bae3
Se han modificado 1 ficheros con 4 adiciones y 1 borrados
  1. 4 1
      target/linux/config/Config.in.usb

+ 4 - 1
target/linux/config/Config.in.usb

@@ -2,7 +2,10 @@
 # material, please see the LICENCE file in the top-level directory.
 # material, please see the LICENCE file in the top-level directory.
 
 
 menu "USB support"
 menu "USB support"
-depends on ADK_TARGET_WITH_USB || ADK_TARGET_SYSTEM_QEMU_X86_64 || ADK_TARGET_SYSTEM_QEMU_X86
+depends on ADK_TARGET_WITH_USB \
+	|| ADK_TARGET_SYSTEM_QEMU_X86_64 \
+	|| ADK_TARGET_SYSTEM_QEMU_X86 \
+	|| ADK_TARGET_GENERIC
 
 
 config ADK_KERNEL_USB_SUPPORT
 config ADK_KERNEL_USB_SUPPORT
 	bool
 	bool