On Mon, Mar 18, 2024 at 03:16:21PM +0100, Neil Armstrong wrote:
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")
Signed-off-by: Neil Armstrong <[email protected]>
Acked-by: Lucas De Marchi <[email protected]>
Lucas De Marchi