[PATCH v2 08/12] drm/bridge: parade-ps8640: select DRM_PANEL_BRIDGE

Luca Ceresoli luca.ceresoli at bootlin.com
Tue Aug 25 03:09:41 PDT 2026


This driver uses the drm_panel_bridge API and not the drm_panel API so it
should select DRM_PANEL_BRIDGE and not DRM_PANEL.

Cc: Douglas Anderson <dianders at chromium.org>
Cc: Jitao Shi <jitao.shi at mediatek.com>
Cc: CK Hu <ck.hu at mediatek.com>
Cc: Enric Balletbo i Serra <enric.balletbo at collabora.com>
Cc: Pin-yen Lin <treapking at chromium.org>
Signed-off-by: Luca Ceresoli <luca.ceresoli at bootlin.com>
---
 drivers/gpu/drm/bridge/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/bridge/Kconfig b/drivers/gpu/drm/bridge/Kconfig
index 8bb5612a0ff5..0f9ca869237b 100644
--- a/drivers/gpu/drm/bridge/Kconfig
+++ b/drivers/gpu/drm/bridge/Kconfig
@@ -290,7 +290,7 @@ config DRM_PARADE_PS8640
 	select DRM_DISPLAY_DP_AUX_BUS
 	select DRM_KMS_HELPER
 	select DRM_MIPI_DSI
-	select DRM_PANEL
+	select DRM_PANEL_BRIDGE
 	help
 	  Choose this option if you have PS8640 for display
 	  The PS8640 is a high-performance and low-power

-- 
2.55.0




More information about the Linux-mediatek mailing list