From: Dmitry Baryshkov Date: Fri, 11 Apr 2025 15:09:40 +0000 (+0300) Subject: drm/bridge: select DRM_KMS_HELPER for AUX_BRIDGE X-Git-Tag: v6.16-rc1~144^2~16^2~74 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b12fa5e76e1463fc5a196f2717040e4564e184b6;p=thirdparty%2Flinux.git drm/bridge: select DRM_KMS_HELPER for AUX_BRIDGE The aux bridge uses devm_drm_of_get_bridge() from the panel bridge (and correctly selects DRM_PANEL_BRIDGE). However panel bridge is not a separate module, it is compiled into the drm_kms_helper.o. Select DRM_KMS_HELPER too to express this dependency. Reviewed-by: Neil Armstrong Link: https://lore.kernel.org/r/20250411-aux-select-kms-v1-1-c4276f905a56@oss.qualcomm.com Signed-off-by: Dmitry Baryshkov --- diff --git a/drivers/gpu/drm/bridge/Kconfig b/drivers/gpu/drm/bridge/Kconfig index 09a1be234f717..b9e0ca85226a6 100644 --- a/drivers/gpu/drm/bridge/Kconfig +++ b/drivers/gpu/drm/bridge/Kconfig @@ -16,6 +16,7 @@ config DRM_AUX_BRIDGE tristate depends on DRM_BRIDGE && OF select AUXILIARY_BUS + select DRM_KMS_HELPER select DRM_PANEL_BRIDGE help Simple transparent bridge that is used by several non-DRM drivers to