[PATCH 15/16] i.MX: Default CONFI_USB_IMX_PHY to 'y' on Vybrid
Andrey Smirnov
andrew.smirnov at gmail.com
Mon Dec 5 06:54:43 PST 2016
Signed-off-by: Andrey Smirnov <andrew.smirnov at gmail.com>
---
drivers/usb/imx/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/usb/imx/Kconfig b/drivers/usb/imx/Kconfig
index b0c6a41..8e6f315 100644
--- a/drivers/usb/imx/Kconfig
+++ b/drivers/usb/imx/Kconfig
@@ -16,4 +16,4 @@ config USB_IMX_CHIPIDEA
config USB_IMX_PHY
bool
- default y if ARCH_IMX6 && GENERIC_PHY
+ default y if (ARCH_IMX6 || ARCH_VF610) && GENERIC_PHY
--
2.5.5
More information about the barebox
mailing list