summaryrefslogtreecommitdiffstats
path: root/arch/arm/configs
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2016-09-29 12:53:35 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2016-09-29 14:29:16 +0200
commita44f222e09193ec3df7e3e9a000ff37b9c0fa72f (patch)
tree60738ea85350f01d18b91f1b94730228254360c4 /arch/arm/configs
parent068bc903c134722767913657a938e592a1fed1d6 (diff)
downloadbarebox-a44f222e09193ec3df7e3e9a000ff37b9c0fa72f.tar.gz
barebox-a44f222e09193ec3df7e3e9a000ff37b9c0fa72f.tar.xz
usb: imx-us-phy: Convert driver to generic phy support
The generic phy layer now supports USB phys, so convert the driver over to use it. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/configs')
-rw-r--r--arch/arm/configs/imx_defconfig2
-rw-r--r--arch/arm/configs/imx_v7_defconfig2
2 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/configs/imx_defconfig b/arch/arm/configs/imx_defconfig
index 69ab021e25..7d061cd8a8 100644
--- a/arch/arm/configs/imx_defconfig
+++ b/arch/arm/configs/imx_defconfig
@@ -107,6 +107,8 @@ CONFIG_EEPROM_AT24=y
CONFIG_WATCHDOG=y
CONFIG_WATCHDOG_IMX=y
CONFIG_IMX_WEIM=y
+CONFIG_GENERIC_PHY=y
+CONFIG_USB_NOP_XCEIV=y
CONFIG_FS_EXT4=y
CONFIG_FS_TFTP=y
CONFIG_FS_NFS=y
diff --git a/arch/arm/configs/imx_v7_defconfig b/arch/arm/configs/imx_v7_defconfig
index e3a8f478d2..ac649ac944 100644
--- a/arch/arm/configs/imx_v7_defconfig
+++ b/arch/arm/configs/imx_v7_defconfig
@@ -177,6 +177,8 @@ CONFIG_MXS_APBH_DMA=y
CONFIG_GPIO_STMPE=y
CONFIG_REGULATOR=y
CONFIG_REGULATOR_FIXED=y
+CONFIG_GENERIC_PHY=y
+CONFIG_USB_NOP_XCEIV=y
CONFIG_FS_EXT4=y
CONFIG_FS_TFTP=y
CONFIG_FS_NFS=y