diff options
author | Guido Günther <agx@sigxcpu.org> | 2020-08-23 09:18:07 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2020-08-24 20:46:03 +0800 |
commit | 6ab28d61fe45c9a0dc5da728091934dc40f9791f (patch) | |
tree | 6c8f66edf50aac6b9fc1a79a081edff723332d72 /arch/arm64/configs | |
parent | 9d1a85c7d90c2949bdad2fb766ce78e9e97b3143 (diff) |
arm64: defconfig: re-sync DRM related defconfig bits
This moves the CONFIG_DRM_SIMPLE_BRIDGE entry around making further
updates simpler.
Signed-off-by: Guido Günther <agx@sigxcpu.org>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm64/configs')
-rw-r--r-- | arch/arm64/configs/defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index e0f33826819f..2819610a3a7e 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -640,10 +640,10 @@ CONFIG_DRM_MSM=m CONFIG_DRM_TEGRA=m CONFIG_DRM_PANEL_LVDS=m CONFIG_DRM_PANEL_SIMPLE=m -CONFIG_DRM_SIMPLE_BRIDGE=m CONFIG_DRM_PANEL_TRULY_NT35597_WQXGA=m CONFIG_DRM_DISPLAY_CONNECTOR=m CONFIG_DRM_SII902X=m +CONFIG_DRM_SIMPLE_BRIDGE=m CONFIG_DRM_THINE_THC63LVD1024=m CONFIG_DRM_TI_SN65DSI86=m CONFIG_DRM_I2C_ADV7511=m |