summaryrefslogtreecommitdiffstats
path: root/drivers/usb/imx/Kconfig
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2013-01-17 16:21:48 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2013-01-20 11:14:25 +0100
commit75e71639e09d04ec00ef678eed5776f89ea22986 (patch)
tree2bad8576141a90cf89b3ad0d6020cb97a8750628 /drivers/usb/imx/Kconfig
parentbb2e752fb64d13f7872a4e50c00d94246bb984d6 (diff)
downloadbarebox-75e71639e09d04ec00ef678eed5776f89ea22986.tar.gz
barebox-75e71639e09d04ec00ef678eed5776f89ea22986.tar.xz
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 <s.hauer@pengutronix.de>
Diffstat (limited to 'drivers/usb/imx/Kconfig')
-rw-r--r--drivers/usb/imx/Kconfig5
1 files changed, 5 insertions, 0 deletions
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