diff options
author | Max Krummenacher <[email protected]> | 2020-04-27 15:40:00 +0200 |
---|---|---|
committer | Arnd Bergmann <[email protected]> | 2020-05-14 00:14:07 +0200 |
commit | 50045c730dbed3e54ad31cb020c7923f15e4a9a2 (patch) | |
tree | 5b6ed4a4681d956044b0956202433862434a6665 | |
parent | 5f450f6713d6ec81f2b76dcfb7536a77632dff18 (diff) |
arm64: defconfig: add DRM_DISPLAY_CONNECTOR
Add DRM_DISPLAY_CONNECTOR. This got introduced with the bridge rework
Which renamed among others DRM_DUMB_VGA_DAC.
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Max Krummenacher <[email protected]>
Reviewed-by: Laurent Pinchart <[email protected]>
Signed-off-by: Arnd Bergmann <[email protected]>
-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 7e2690b44932..ac0dd3dbbbfb 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -612,6 +612,7 @@ 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_THINE_THC63LVD1024=m CONFIG_DRM_TI_SN65DSI86=m |