diff options
author | 2023-05-30 10:11:13 -0300 | |
---|---|---|
committer | 2023-06-04 21:11:14 +0800 | |
commit | 773887a41b9c26b0d1afccd51080635a976b867c (patch) | |
tree | 0178182b8e932d9431184ff44ff1779a9992d6c1 | |
parent | ARM: imx_v6_v7_defconfig: Remove KERNEL_LZO config (diff) | |
download | wireguard-linux-773887a41b9c26b0d1afccd51080635a976b867c.tar.xz wireguard-linux-773887a41b9c26b0d1afccd51080635a976b867c.zip |
arm64: defconfig: Enable the TI SN65DSI83 driver
There are some imx8mm-based boards that contain an SN65DSI83 MIPI
DSI to LVDS bridge chip.
Add support for it so that the LVDS output can be functional by default.
Signed-off-by: Fabio Estevam <festevam@denx.de>
Reviewed-by: Frieder Schrempf <frieder.schrempf@kontron.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
-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 7005640fbb8e..b9aa9ac93859 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -815,6 +815,7 @@ CONFIG_DRM_SII902X=m CONFIG_DRM_SIMPLE_BRIDGE=m CONFIG_DRM_THINE_THC63LVD1024=m CONFIG_DRM_TI_TFP410=m +CONFIG_DRM_TI_SN65DSI83=m CONFIG_DRM_TI_SN65DSI86=m CONFIG_DRM_ANALOGIX_ANX7625=m CONFIG_DRM_I2C_ADV7511=m |