diff options
author | Heiko Stuebner <heiko@sntech.de> | 2016-04-12 04:18:39 +0300 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2016-04-14 01:24:44 +0300 |
commit | 0d14513bc241e70b4e0fa1b1eb3cf634c4017998 (patch) | |
tree | adce52189a176ef9d1a4bd80c8ed378be7105b48 /arch/arm/configs/multi_v7_defconfig | |
parent | 3d217ef6ca4e2afe7384ab7ead10a4f6719abe3c (diff) | |
download | linux-0d14513bc241e70b4e0fa1b1eb3cf634c4017998.tar.xz |
ARM: multi_v7_defconfig: Enable Rockchip displayport phy
The displayport phy controls the output of the Analogix displayport
controller on Rockchip SoCs and is therefore one component to enable
veyron devices to use their internal display.
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 | 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 434f86b110bb..0192d0ad694c 100644 --- a/arch/arm/configs/multi_v7_defconfig +++ b/arch/arm/configs/multi_v7_defconfig @@ -792,6 +792,7 @@ CONFIG_OMAP_USB2=y 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_QCOM_APQ8064_SATA=m CONFIG_PHY_MIPHY28LP=y |