Skip to content

Commit dbd9698

Browse files
committed
Revert "drm/bridge: Select DRM_KMS_HELPER for DRM_PANEL_BRIDGE"
This reverts commit e3f18b0. Selecting DRM_KMS_HELPER for DRM_PANEL_BRIDGE leads to: WARNING: unmet direct dependencies detected for DRM_KMS_HELPER Depends on [m]: HAS_IOMEM [=y] && DRM [=m] ... and builds with CONFIG_DRM=m will fail with the above kconfig warns and then multiple linker error. Reported-by: Imre Deak <[email protected]> Reported-by: Jani Nikula <[email protected]> Reported-by: Ville Syrjälä <[email protected]> Fixes: e3f18b0 ("drm/bridge: Select DRM_KMS_HELPER for DRM_PANEL_BRIDGE") Acked-by: Lucas De Marchi <[email protected]> Acked-by: Jani Nikula <[email protected]> Tested-by: Jani Nikula <[email protected]> Link: https://lore.kernel.org/r/20240318-revert-select-drm_kms_helper-for-drm_panel_bridge-v1-1-52a42a116286@linaro.org Signed-off-by: Neil Armstrong <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/20240318-revert-select-drm_kms_helper-for-drm_panel_bridge-v1-1-52a42a116286@linaro.org
1 parent e3f18b0 commit dbd9698

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/gpu/drm/bridge/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ config DRM_BRIDGE
88
config DRM_PANEL_BRIDGE
99
def_bool y
1010
depends on DRM_BRIDGE
11-
select DRM_KMS_HELPER
1211
select DRM_PANEL
1312
help
1413
DRM bridge wrapper of DRM panels

0 commit comments

Comments
 (0)