diff options
author | Jeffrey Hugo <jeffrey.l.hugo@gmail.com> | 2019-09-27 01:02:09 +0200 |
---|---|---|
committer | Bjorn Andersson <bjorn.andersson@linaro.org> | 2019-12-10 18:35:20 +0100 |
commit | 4ac0379f9cb1b7c7a1b184cd28f4787d010b7253 (patch) | |
tree | 74641391fb582d0d1f27c1842b54ce26ca613887 /arch/arm64 | |
parent | arm64: defconfig: Enable QCA Bluetooth over UART (diff) | |
download | linux-4ac0379f9cb1b7c7a1b184cd28f4787d010b7253.tar.xz linux-4ac0379f9cb1b7c7a1b184cd28f4787d010b7253.zip |
arm64: defconfig: Enable SN65DSI86 display bridge
This enables display on the Lenovo Yoga C630 by connecting the DSI output
from the SoC to the eDP input of the panel.
Signed-off-by: Jeffrey Hugo <jeffrey.l.hugo@gmail.com>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Diffstat (limited to 'arch/arm64')
-rw-r--r-- | arch/arm64/configs/defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index c5dc792a513d..69434b825ac1 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -540,6 +540,7 @@ CONFIG_DRM_MSM=m CONFIG_DRM_TEGRA=m CONFIG_DRM_PANEL_SIMPLE=m CONFIG_DRM_SII902X=m +CONFIG_DRM_TI_SN65DSI86=m CONFIG_DRM_I2C_ADV7511=m CONFIG_DRM_VC4=m CONFIG_DRM_ETNAVIV=m |