Skip to content
Snippets Groups Projects
Commit 103774b7 authored by Jean-Jacques Hiblot's avatar Jean-Jacques Hiblot Committed by Marek Vasut
Browse files

usb: dwc3-of-simple: Fix dependencies


This simple glue layer does not require CONFIG_MISC, but it does require
CONFIG_DM_USB.

Signed-off-by: default avatarJean-Jacques Hiblot <jjhiblot@ti.com>
parent a35747b5
Branches
Tags
No related merge requests found
......@@ -23,7 +23,7 @@ config USB_XHCI_DWC3
config USB_XHCI_DWC3_OF_SIMPLE
bool "DesignWare USB3 DRD Generic OF Simple Glue Layer"
select MISC
depends on DM_USB
help
Support USB2/3 functionality in simple SoC integrations with
USB controller based on the DesignWare USB3 IP Core.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment