diff options
author | Heiko Stuebner <heiko@sntech.de> | 2017-04-03 12:22:12 +0200 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2017-04-19 05:21:53 -0700 |
commit | f799969e16690f86c758fa068ba696c31d08879a (patch) | |
tree | 240b272453c900d272fc0838e741a0d37d64f1c0 /arch/arm/configs/multi_v7_defconfig | |
parent | 4a85aae62c4b1941984ac9cd1331ca2311c422ed (diff) | |
download | op-kernel-dev-f799969e16690f86c758fa068ba696c31d08879a.zip op-kernel-dev-f799969e16690f86c758fa068ba696c31d08879a.tar.gz |
multi_v7_defconfig: make Rockchip usb2-phy built-in
The phy is necessary for the dwc2 controllers driving the usb ports
on all arm32 Rockchip socs. Both the dwc2 as well as usb downstream
drivers (mass-storage as well as usb networking) are already built-in,
so only the phy is missing to allow booting from usb-devices without
to much hassle.
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/configs/multi_v7_defconfig')
-rw-r--r-- | arch/arm/configs/multi_v7_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig index ea54ef6..d6a386f5 100644 --- a/arch/arm/configs/multi_v7_defconfig +++ b/arch/arm/configs/multi_v7_defconfig @@ -885,7 +885,7 @@ CONFIG_TI_PIPE3=y CONFIG_PHY_BERLIN_USB=y CONFIG_PHY_BERLIN_SATA=y CONFIG_PHY_ROCKCHIP_DP=m -CONFIG_PHY_ROCKCHIP_USB=m +CONFIG_PHY_ROCKCHIP_USB=y CONFIG_PHY_QCOM_APQ8064_SATA=m CONFIG_PHY_MIPHY28LP=y CONFIG_PHY_RCAR_GEN2=m |