mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-05 04:36:13 +02:00
usb: gadget: Tighten the dependency for DWC2 OTG support
The DWC2 OTG driver depends on an ARM-specific header file to compile, so make it depend on ARM. Signed-off-by: Tom Rini <trini@konsulko.com> Reviewed-by: Peter Robinson <pbrobinson@gmail.com> Reviewed-by: Mattijs Korpershoek <mkorpershoek@kernel.org>
This commit is contained in:
parent
fa9864f1c4
commit
91b9659273
@ -108,6 +108,7 @@ config USB_GADGET_AT91
|
||||
|
||||
config USB_GADGET_DWC2_OTG
|
||||
bool "DesignWare USB2.0 HS OTG controller (gadget mode)"
|
||||
depends on ARM
|
||||
select USB_GADGET_DUALSPEED
|
||||
help
|
||||
The Designware USB2.0 high-speed gadget controller
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user