From d9f4530570e8943cbdb66ebe81670afb8a8ee65f Mon Sep 17 00:00:00 2001 From: Ye Li Date: Wed, 8 May 2019 00:10:57 -0700 Subject: [PATCH] MLK-21889-7 EHCI: Enable iMX EHCI driver for iMX8M Nano Add the IMX8MN to the EHCI-MX7 kconfig dependency. Signed-off-by: Ye Li (cherry picked from commit 9e232b26b99790aa8f7717ed7f9bdf2a7422caac) --- drivers/usb/host/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/usb/host/Kconfig b/drivers/usb/host/Kconfig index 360ec77a29..b0d3b839e4 100644 --- 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. -- 2.17.1