]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commitdiff
dwcotg: Allow to build without FIQ on ARM64
authorpopcornmix <popcornmix@gmail.com>
Wed, 10 May 2017 11:47:46 +0000 (12:47 +0100)
committerAndy Whitcroft <apw@canonical.com>
Thu, 13 Jul 2017 16:49:54 +0000 (17:49 +0100)
Signed-off-by: popcornmix <popcornmix@gmail.com>
drivers/usb/host/Kconfig

index ed0cd59de37e8f47369f86dba751c78933722abc..53aedbe9727ca5c34e46f5cf998f14c7ee7f0ff6 100644 (file)
@@ -765,7 +765,7 @@ config USB_HWA_HCD
 
 config USB_DWCOTG
        tristate "Synopsis DWC host support"
-       depends on USB
+       depends on USB && (FIQ || ARM64)
        help
          The Synopsis DWC controller is a dual-role
          host/peripheral/OTG ("On The Go") USB controllers.