diff options
author | Jagan Teki <jagan@amarulasolutions.com> | 2020-11-09 19:10:15 +0100 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2020-11-30 02:38:05 +0100 |
commit | dbb378a59cb2bdb01454098513d9b61355fbe377 (patch) | |
tree | ac4b8472a42688efed88c53e231da0fdb5938d96 /arch/arm64/configs | |
parent | Linux 5.10-rc1 (diff) | |
download | linux-dbb378a59cb2bdb01454098513d9b61355fbe377.tar.xz linux-dbb378a59cb2bdb01454098513d9b61355fbe377.zip |
arm64: defconfig: Enable ROCKCHIP_LVDS
Now, some of the rockchip hardware platforms do enable
lvds in mainline tree.
So, enable Rockchip LVDS driver via default defconfig.
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
Link: https://lore.kernel.org/r/20201109181017.206834-8-jagan@amarulasolutions.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Diffstat (limited to 'arch/arm64/configs')
-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 17a2df6a263e..65d6b59da7bd 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -645,6 +645,7 @@ CONFIG_ROCKCHIP_CDN_DP=y CONFIG_ROCKCHIP_DW_HDMI=y CONFIG_ROCKCHIP_DW_MIPI_DSI=y CONFIG_ROCKCHIP_INNO_HDMI=y +CONFIG_ROCKCHIP_LVDS=y CONFIG_DRM_RCAR_DU=m CONFIG_DRM_RCAR_DW_HDMI=m CONFIG_DRM_SUN4I=m |