projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
08c7742
)
MLK-21889-7 EHCI: Enable iMX EHCI driver for iMX8M Nano
author
Ye Li
<ye.li@nxp.com>
Wed, 8 May 2019 07:10:57 +0000
(
00:10
-0700)
committer
Ye Li
<ye.li@nxp.com>
Tue, 9 Jul 2019 07:22:40 +0000
(
00:22
-0700)
Add the IMX8MN to the EHCI-MX7 kconfig dependency.
Signed-off-by: Ye Li <ye.li@nxp.com>
(cherry picked from commit
9e232b26b99790aa8f7717ed7f9bdf2a7422caac
)
drivers/usb/host/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/usb/host/Kconfig
b/drivers/usb/host/Kconfig
index
360ec77
..
b0d3b83
100644
(file)
--- a/
drivers/usb/host/Kconfig
+++ b/
drivers/usb/host/Kconfig
@@
-157,7
+157,7
@@
config USB_EHCI_MX6
config USB_EHCI_MX7
bool "Support for i.MX7 on-chip EHCI USB controller"
- depends on ARCH_MX7 || IMX8MM
+ depends on ARCH_MX7 || IMX8MM
|| IMX8MN
default y
---help---
Enables support for the on-chip EHCI controller on i.MX7 SoCs.