summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/tegra/Kconfig
diff options
context:
space:
mode:
authorThomas Zimmermann <tzimmermann@suse.de>2022-04-21 09:31:08 +0200
committerThomas Zimmermann <tzimmermann@suse.de>2022-04-25 11:19:37 +0200
commit644edf52b6305506ba7fd552323c1dfaa9cf6d8d (patch)
tree6ad7a83eb54e7972808f89061265379f59157c7d /drivers/gpu/drm/tegra/Kconfig
parent4fc8cb47fcfdc93e274a1291757e478df4f9c39b (diff)
drm/display: Move SCDC helpers into display-helper library
SCDC is the Status and Control Data Channel for HDMI. Move the SCDC helpers into display/ and split the header into files for core and helpers. Update all affected drivers. No functional changes. To avoid the proliferation of Kconfig options, SCDC is part of DRM's support for HDMI. If necessary, a new option could make SCDC an independent feature. Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de> Reviewed-by: Javier Martinez Canillas <javierm@redhat.com> Link: https://patchwork.freedesktop.org/patch/msgid/20220421073108.19226-9-tzimmermann@suse.de
Diffstat (limited to 'drivers/gpu/drm/tegra/Kconfig')
-rw-r--r--drivers/gpu/drm/tegra/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/tegra/Kconfig b/drivers/gpu/drm/tegra/Kconfig
index 93c935902330..c36323f1c7e6 100644
--- a/drivers/gpu/drm/tegra/Kconfig
+++ b/drivers/gpu/drm/tegra/Kconfig
@@ -6,6 +6,7 @@ config DRM_TEGRA
depends on DRM
depends on OF
select DRM_DISPLAY_DP_HELPER
+ select DRM_DISPLAY_HDMI_HELPER
select DRM_DISPLAY_HELPER
select DRM_DP_AUX_BUS
select DRM_KMS_HELPER