mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-02 09:46:37 +03:00
Merge branch 'master' of git://source.denx.de/u-boot-usb
- DWC3 crash fix, Kconfig logic corrections
This commit is contained in:
@@ -239,8 +239,7 @@ config RESET_AT91
|
||||
|
||||
config RESET_RZG2L_USBPHY_CTRL
|
||||
bool "Enable support for Renesas RZ/G2L USB 2.0 PHY control"
|
||||
depends on DM_RESET
|
||||
select REGULATOR_RZG2L_USBPHY
|
||||
depends on DM_RESET && REGULATOR_RZG2L_USBPHY
|
||||
help
|
||||
Enable support for controlling USB 2.0 PHY resets on the Renesas
|
||||
RZ/G2L SoC. This is required for USB 2.0 functionality to work on this
|
||||
|
||||
@@ -208,7 +208,6 @@ static void dwc3_free_one_event_buffer(struct dwc3 *dwc,
|
||||
struct dwc3_event_buffer *evt)
|
||||
{
|
||||
dma_free_coherent(evt->buf);
|
||||
free(evt);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
@@ -2,6 +2,7 @@ config USB_EMUL
|
||||
bool "Support for USB device emulation"
|
||||
depends on SANDBOX
|
||||
select DM_USB
|
||||
select SCSI
|
||||
select USB_HOST
|
||||
help
|
||||
Since sandbox does not have access to a real USB bus, it is possible
|
||||
|
||||
@@ -119,6 +119,7 @@ config USB_GADGET_DWC2_OTG
|
||||
|
||||
config USB_RENESAS_USBHS
|
||||
bool "Renesas R-Car USB2.0 HS controller (gadget mode)"
|
||||
depends on DM_USB_GADGET
|
||||
select USB_GADGET_DUALSPEED
|
||||
help
|
||||
The Renesas R-Car USB 2.0 high-speed gadget controller
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
ifdef CONFIG_$(PHASE_)DM_USB
|
||||
obj-y += usb-uclass.o
|
||||
obj-$(CONFIG_SANDBOX) += usb-sandbox.o
|
||||
obj-$(CONFIG_USB_EMUL) += usb-sandbox.o
|
||||
endif
|
||||
|
||||
ifdef CONFIG_$(PHASE_)USB_STORAGE
|
||||
|
||||
Reference in New Issue
Block a user