]> Git Repo - J-linux.git/commitdiff
Revert "drm/bridge: Select DRM_KMS_HELPER for DRM_PANEL_BRIDGE"
authorNeil Armstrong <[email protected]>
Mon, 18 Mar 2024 14:16:21 +0000 (15:16 +0100)
committerNeil Armstrong <[email protected]>
Mon, 18 Mar 2024 15:02:48 +0000 (16:02 +0100)
This reverts commit e3f18b0dd1db242791afbc3bd173026163ce0ccc.

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: e3f18b0dd1db ("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
drivers/gpu/drm/bridge/Kconfig

index 1d4f010af97bb3350b342a1f93ae9b223a2d03bb..efd996f6c13843051316d145e26e0cd9d19749eb 100644 (file)
@@ -8,7 +8,6 @@ config DRM_BRIDGE
 config DRM_PANEL_BRIDGE
        def_bool y
        depends on DRM_BRIDGE
-       select DRM_KMS_HELPER
        select DRM_PANEL
        help
          DRM bridge wrapper of DRM panels
This page took 0.073427 seconds and 4 git commands to generate.