summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/meson/Kconfig
diff options
context:
space:
mode:
authorDmitry Baryshkov <dmitry.baryshkov@linaro.org>2024-09-03 04:01:57 +0200
committerMaxime Ripard <mripard@kernel.org>2024-09-03 10:18:31 +0200
commit9da7ec9b19d8c1ad4f44e459fa5f93ad7a117dcd (patch)
treeff6b547ae712c6b15d5e9666d6fd0ee0c4016ede /drivers/gpu/drm/meson/Kconfig
parentdrm/display: stop depending on DRM_DISPLAY_HELPER (diff)
downloadlinux-9da7ec9b19d8c1ad4f44e459fa5f93ad7a117dcd.tar.xz
linux-9da7ec9b19d8c1ad4f44e459fa5f93ad7a117dcd.zip
drm/bridge-connector: move to DRM_DISPLAY_HELPER module
drm_bridge_connector is a "leaf" driver, belonging to the display helper, rather than the "CRTC" drm_kms_helper module. Move the driver to the drm/display and add necessary Kconfig selection clauses. Suggested-by: Maxime Ripard <mripard@kernel.org> Acked-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-2-daebde6d9857@linaro.org Signed-off-by: Maxime Ripard <mripard@kernel.org>
Diffstat (limited to 'drivers/gpu/drm/meson/Kconfig')
-rw-r--r--drivers/gpu/drm/meson/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/meson/Kconfig b/drivers/gpu/drm/meson/Kconfig
index 615fdd0ce41b..2544756538cc 100644
--- a/drivers/gpu/drm/meson/Kconfig
+++ b/drivers/gpu/drm/meson/Kconfig
@@ -4,6 +4,8 @@ config DRM_MESON
depends on DRM && OF && (ARM || ARM64)
depends on ARCH_MESON || COMPILE_TEST
select DRM_KMS_HELPER
+ select DRM_DISPLAY_HELPER
+ select DRM_BRIDGE_CONNECTOR
select DRM_GEM_DMA_HELPER
select DRM_DISPLAY_CONNECTOR
select VIDEOMODE_HELPERS