From 75e71639e09d04ec00ef678eed5776f89ea22986 Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Thu, 17 Jan 2013 16:21:48 +0100 Subject: USB: Add usb phy driver for i.MX This phy is found on i.MX6 and i.MX23/28. Currently tested only on i.MX6. For now we take the easy way out. The phy is enabled upon registration. More elaborated handling can be added later. Signed-off-by: Sascha Hauer --- drivers/usb/imx/Kconfig | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'drivers/usb/imx/Kconfig') diff --git a/drivers/usb/imx/Kconfig b/drivers/usb/imx/Kconfig index 2c52e727d8..b1ce682f1d 100644 --- a/drivers/usb/imx/Kconfig +++ b/drivers/usb/imx/Kconfig @@ -13,3 +13,8 @@ config USB_IMX_CHIPIDEA This driver is recommended for new designs, but it needs board support to work. It's safe to say yes here. Also select EHCI support for USB host. + +config USB_IMX_PHY + bool + depends on ARCH_IMX + default y if ARCH_IMX6 -- cgit v1.2.3