diff options
author | Peter Griffin <peter.griffin@linaro.org> | 2015-01-07 15:04:11 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-01-11 18:53:34 -0500 |
commit | 304a11e86751302a31fa3e8b31329aedfbdb7df5 (patch) | |
tree | 80a40ca4c53143e8eb646210520d3a2523fd9d10 /arch | |
parent | 4343129cc82656c8336b0fe953b1c422bfcfad26 (diff) | |
download | linux-304a11e86751302a31fa3e8b31329aedfbdb7df5.tar.bz2 |
ARM: multi_v7_defconfig: Enable stih407 usb picophy
This patch enables the picoPHY usb phy which is used by
the usb2 and usb3 host controllers when controlling usb2/1.1
devices. It is found in stih407 family SoC's from STMicroelectronics.
Signed-off-by: Peter Griffin <peter.griffin@linaro.org>
Acked-by: Lee Jones <lee.jones@linaro.org>
Reviewed-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/configs/multi_v7_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig index bc393b7e5ece..444685c44055 100644 --- a/arch/arm/configs/multi_v7_defconfig +++ b/arch/arm/configs/multi_v7_defconfig @@ -456,6 +456,7 @@ CONFIG_OMAP_USB2=y CONFIG_TI_PIPE3=y CONFIG_PHY_MIPHY365X=y CONFIG_PHY_STIH41X_USB=y +CONFIG_PHY_STIH407_USB=y CONFIG_PHY_SUN4I_USB=y CONFIG_EXT4_FS=y CONFIG_AUTOFS4_FS=y |