This driver does not use the drm_panel APIs at all, so no need to select
DRM_PANEL.

But it uses devm_drm_of_get_bridge(), which is enabled by DRM_PANEL_BRIDGE.

Cc: Douglas Anderson <[email protected]>
Cc: Franz Schnyder <[email protected]>
Cc: John Ripple <[email protected]>
Cc: Michael Walle <[email protected]>
Reviewed-by: Douglas Anderson <[email protected]>
Signed-off-by: Luca Ceresoli <[email protected]>
---
 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 e85952c76f02..b6754ee505d0 100644
--- a/drivers/gpu/drm/bridge/Kconfig
+++ b/drivers/gpu/drm/bridge/Kconfig
@@ -475,10 +475,10 @@ config DRM_TI_SN65DSI86
        select DRM_BRIDGE_CONNECTOR
        select DRM_KMS_HELPER
        select REGMAP_I2C
-       select DRM_PANEL
        select DRM_MIPI_DSI
        select AUXILIARY_BUS
        select DRM_DISPLAY_DP_AUX_BUS
+       select DRM_PANEL_BRIDGE
        help
          Texas Instruments SN65DSI86 DSI to eDP Bridge driver
 

-- 
2.55.0

Reply via email to