diff options
author | Sjoerd Simons <sjoerd.simons@collabora.co.uk> | 2015-09-24 13:39:18 +0200 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2015-10-06 16:12:12 +0200 |
commit | 0ed9eb30c60b31c4959e01a7e78fd569135dc3a5 (patch) | |
tree | c9f85118129ca85f760027df12f38d4711509182 /arch/arm/configs | |
parent | cc68819a582cf5aa8258e58cb8803936850b67d0 (diff) |
ARM: multi_v7_defconfig: Enable the Rockchip USB 2.0 phy
Most Rockchip SoCs have a DesignWare HS OTG USB 2.0 controller, enable
the driver for the Rockchip USB 2.0 PHY to make that functional.
Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
Reviewed-by: Heiko Stuebner <heiko@sntech.de>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/configs')
-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 4ad3c007e0dc..a0e8c5153284 100644 --- a/arch/arm/configs/multi_v7_defconfig +++ b/arch/arm/configs/multi_v7_defconfig @@ -669,6 +669,7 @@ CONFIG_PHY_HIX5HD2_SATA=y CONFIG_PWM_STI=m CONFIG_OMAP_USB2=y CONFIG_TI_PIPE3=y +CONFIG_PHY_ROCKCHIP_USB=m CONFIG_PHY_QCOM_APQ8064_SATA=m CONFIG_PHY_MIPHY28LP=y CONFIG_PHY_MIPHY365X=y |