diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-04-23 14:12:48 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-04-27 19:38:47 +0200 |
commit | 3b6024bae3e8031acd79979a972b0d3412e9403f (patch) | |
tree | cf9df01cf3bbaad5b36d65fbb00c7f9d8c3591fa | |
parent | 00f66583b1549a8bf838a02d929e931e191053b9 (diff) |
allow to choose USB for generic
-rw-r--r-- | target/linux/config/Config.in.usb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/target/linux/config/Config.in.usb b/target/linux/config/Config.in.usb index 988ad9afd..57e06abdf 100644 --- a/target/linux/config/Config.in.usb +++ b/target/linux/config/Config.in.usb @@ -2,7 +2,10 @@ # material, please see the LICENCE file in the top-level directory. 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 bool |