Commit 2f2836b5 authored by popcornmix's avatar popcornmix
Browse files

dwcotg: Allow to build without FIQ on ARM64



Signed-off-by: default avatarpopcornmix <popcornmix@gmail.com>
parent a9ad627e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.