drm/bridge: Select DRM_KMS_HELPER for DRM_PANEL_BRIDGE
authorLuca Weiss <luca.weiss@fairphone.com>
Thu, 11 Jan 2024 12:38:04 +0000 (13:38 +0100)
committerNeil Armstrong <neil.armstrong@linaro.org>
Mon, 18 Mar 2024 09:05:46 +0000 (10:05 +0100)
commite3f18b0dd1db242791afbc3bd173026163ce0ccc
tree83619fcab1fecfc1309f3d1629547d927bba74cf
parentf34e8bb7d6c6626933fe993e03ed59ae85e16abb
drm/bridge: Select DRM_KMS_HELPER for DRM_PANEL_BRIDGE

Since the kconfig symbol of DRM_PANEL_BRIDGE is only adding
bridge/panel.o to drm_kms_helper object, we need to select
DRM_KMS_HELPER to make sure the file is actually getting built.

Otherwise with certain defconfigs e.g. devm_drm_of_get_bridge will not
be properly available:

  aarch64-linux-gnu-ld: drivers/phy/qualcomm/phy-qcom-qmp-combo.o: in function `qmp_combo_bridge_attach':
  drivers/phy/qualcomm/phy-qcom-qmp-combo.c:3204:(.text+0x8f4): undefined reference to `devm_drm_of_get_bridge'

Signed-off-by: Luca Weiss <luca.weiss@fairphone.com>
Link: https://lore.kernel.org/r/20240111-drm-panel-bridge-fixup-v1-1-e06292f6f500@fairphone.com
Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20240111-drm-panel-bridge-fixup-v1-1-e06292f6f500@fairphone.com
drivers/gpu/drm/bridge/Kconfig