diff options
author | Peter Griffin <peter.griffin@linaro.org> | 2015-01-07 16:04:00 +0100 |
---|---|---|
committer | Maxime Coquelin <maxime.coquelin@st.com> | 2015-01-09 13:39:47 +0100 |
commit | c952b6b60d2df761960ba983ce3877847a5cf724 (patch) | |
tree | 8f6983aa9914a5f8e4b4d29e94bbb4b7aff7560e | |
parent | 97bf6af1f928216fd6c5a66e8a57bfa95a659672 (diff) | |
download | linux-c952b6b60d2df761960ba983ce3877847a5cf724.tar.gz linux-c952b6b60d2df761960ba983ce3877847a5cf724.tar.bz2 linux-c952b6b60d2df761960ba983ce3877847a5cf724.zip |
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: Maxime Coquelin <maxime.coquelin@st.com>
-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 2328fe752e9c..3e85a86c8d51 100644 --- a/arch/arm/configs/multi_v7_defconfig +++ b/arch/arm/configs/multi_v7_defconfig @@ -455,6 +455,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 |