Skip to content

Commit

Permalink
fixup! Add dwc_otg driver
Browse files Browse the repository at this point in the history
Make USB_DWCOTG depend on USB=y to fix potential build failures.

See: #6059

Signed-off-by: Phil Elwell <phil@raspberrypi.com>
  • Loading branch information
pelwell committed Apr 18, 2024
1 parent 4ff654e commit c0e0225
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/usb/host/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -680,7 +680,7 @@ config USB_RENESAS_USBHS_HCD

config USB_DWCOTG
bool "Synopsis DWC host support"
depends on USB && (FIQ || ARM64)
depends on USB=y && (FIQ || ARM64)
help
The Synopsis DWC controller is a dual-role
host/peripheral/OTG ("On The Go") USB controllers.
Expand Down

0 comments on commit c0e0225

Please sign in to comment.