Skip to content

Commit 0209df3

Browse files
committed
drm/bridge: dw-hdmi: Make DRM_DW_HDMI selectable
Commit c0e0f13 ("drm: Make drivers depends on DRM_DW_HDMI") turned select dependencies into depends on ones. However, DRM_DW_HDMI was not manually selectable which resulted in no way to enable the drivers that were now depending on it. Fixes: 4fc8cb4 ("drm/display: Move HDMI helpers into display-helper module") Reported-by: Mark Brown <broonie@kernel.org> Reported-by: Alexander Stein <alexander.stein@ew.tq-group.com> Reviewed-by: Mark Brown <broonie@kernel.org> Signed-off-by: Maxime Ripard <mripard@kernel.org> Link: https://patchwork.freedesktop.org/patch/msgid/20240403-fix-dw-hdmi-kconfig-v1-2-afbc4a835c38@kernel.org
1 parent 7fa678c commit 0209df3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • drivers/gpu/drm/bridge/synopsys

drivers/gpu/drm/bridge/synopsys/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# SPDX-License-Identifier: GPL-2.0-only
22
config DRM_DW_HDMI
3-
tristate
3+
tristate "Synopsys Designware HDMI TX Controller"
44
depends on DRM_DISPLAY_HDMI_HELPER
55
depends on DRM_DISPLAY_HELPER
66
select DRM_KMS_HELPER

0 commit comments

Comments
 (0)