summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/renesas/rz-du/Kconfig
diff options
context:
space:
mode:
authorDmitry Baryshkov <dmitry.baryshkov@linaro.org>2024-09-03 04:01:56 +0200
committerMaxime Ripard <mripard@kernel.org>2024-09-03 10:18:28 +0200
commit466cb3c630a51b04995c6247d2fb73b5ce7bfd7f (patch)
tree5764531b19eafed619b7b54570479872acf5b1ce /drivers/gpu/drm/renesas/rz-du/Kconfig
parentdrm/imagination: Free pvr_vm_gpuva after unlink (diff)
downloadlinux-466cb3c630a51b04995c6247d2fb73b5ce7bfd7f.tar.xz
linux-466cb3c630a51b04995c6247d2fb73b5ce7bfd7f.zip
drm/display: stop depending on DRM_DISPLAY_HELPER
Kconfig symbols should not declare dependency on DRM_DISPLAY_HELPER. Move all parts of DRM_DISPLAY_HELPER to an if DRM_DISPLAY_HELPER block. It is not possible to make those symbols select DRM_DISPLAY_HELPER because of the link issues when a part of the helper is selected to be built-in, while other part is selected to be as module. In such a case the modular part doesn't get built at all, leading to undefined symbols. The only viable alternative is to split drm_display_helper.ko into several small modules, each of them having their own dependencies. Suggested-by: Maxime Ripard <mripard@kernel.org> Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Link: https://patchwork.freedesktop.org/patch/msgid/20240903-drm-bridge-connector-fix-hdmi-reset-v5-1-daebde6d9857@linaro.org Signed-off-by: Maxime Ripard <mripard@kernel.org>
Diffstat (limited to 'drivers/gpu/drm/renesas/rz-du/Kconfig')
0 files changed, 0 insertions, 0 deletions