projects
/
linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
75fb754
)
dwcotg: Allow to build without FIQ on ARM64
author
popcornmix
<popcornmix@gmail.com>
Wed, 10 May 2017 11:47:46 +0000
(12:47 +0100)
committer
Raspbian kernel package updater
<root@raspbian.org>
Sat, 31 Mar 2018 14:54:12 +0000
(15:54 +0100)
Signed-off-by: popcornmix <popcornmix@gmail.com>
drivers/usb/host/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/usb/host/Kconfig
b/drivers/usb/host/Kconfig
index ed1d19b74e2fb0bc4143ca0193ca8ac459c8ef35..f3cecb64a380c6d7fca6116c2f94ca42eb3c1aba 100644
(file)
--- 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 &&
FIQ
+ depends on USB &&
(FIQ || ARM64)
help
The Synopsis DWC controller is a dual-role
host/peripheral/OTG ("On The Go") USB controllers.