projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a35747b
)
usb: dwc3-of-simple: Fix dependencies
author
Jean-Jacques Hiblot
<jjhiblot@ti.com>
Thu, 12 Apr 2018 08:41:10 +0000
(10:41 +0200)
committer
Marek Vasut
<marex@denx.de>
Sat, 21 Apr 2018 16:38:56 +0000
(18:38 +0200)
This simple glue layer does not require CONFIG_MISC, but it does require
CONFIG_DM_USB.
Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com>
drivers/usb/host/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/usb/host/Kconfig
b/drivers/usb/host/Kconfig
index 6caa61552ab31918a615dbbcd9d0e14bcdbc0652..6ea962159eee76332cd9e5a95e486d8e4e94f4a1 100644
(file)
--- a/
drivers/usb/host/Kconfig
+++ b/
drivers/usb/host/Kconfig
@@
-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.