summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpopcornmix <popcornmix@gmail.com>2017-04-26 16:51:48 +0100
committerpopcornmix <popcornmix@gmail.com>2017-04-26 16:51:48 +0100
commit8b68f431a6168c65f67f0c6b645e9c925f90a7c7 (patch)
treefeb2a33521abbf6b45193e21bf6655c3387afd69
parent27c2a6afeaad78af7041f849faceab9c6fd7cfec (diff)
dwc_otg: Add the dependency on FIQ
Signed-off-by: popcornmix <popcornmix@gmail.com>
-rw-r--r--drivers/usb/host/Kconfig2
1 files changed, 1 insertions, 1 deletions
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.