From: popcornmix Date: Wed, 26 Apr 2017 15:51:48 +0000 (+0100) Subject: dwc_otg: Add the dependency on FIQ X-Git-Tag: archive/raspbian/4.9.51-1+rpi1~5^2~296 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=a5963e4f0bcde4771a6c2c242a111994374f039c;p=linux-4.9.git dwc_otg: Add the dependency on FIQ Signed-off-by: popcornmix --- diff --git a/drivers/usb/host/Kconfig b/drivers/usb/host/Kconfig index f17b939c1495..5a5f6c925f43 100644 --- a/drivers/usb/host/Kconfig +++ b/drivers/usb/host/Kconfig @@ -764,7 +764,7 @@ config USB_HWA_HCD config USB_DWCOTG tristate "Synopsis DWC host support" - depends on USB + depends on USB && FIQ help The Synopsis DWC controller is a dual-role host/peripheral/OTG ("On The Go") USB controllers.