Skip to content

Commit e2cb28e

Browse files
committed
Merge tag 'drm-misc-next-fixes-2025-04-04' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-next
Short summary of fixes pull: bridge: - tda998x: Select CONFIG_DRM_KMS_HELPER Signed-off-by: Dave Airlie <[email protected]> From: Thomas Zimmermann <[email protected]> Link: https://lore.kernel.org/r/[email protected]
2 parents 526da24 + 85a063b commit e2cb28e

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

drivers/gpu/drm/bridge/Kconfig

+7-6
Original file line numberDiff line numberDiff line change
@@ -91,12 +91,13 @@ config DRM_FSL_LDB
9191
Support for i.MX8MP DPI-to-LVDS on-SoC encoder.
9292

9393
config DRM_I2C_NXP_TDA998X
94-
tristate "NXP Semiconductors TDA998X HDMI encoder"
95-
default m if DRM_TILCDC
96-
select CEC_CORE if CEC_NOTIFIER
97-
select SND_SOC_HDMI_CODEC if SND_SOC
98-
help
99-
Support for NXP Semiconductors TDA998X HDMI encoders.
94+
tristate "NXP Semiconductors TDA998X HDMI encoder"
95+
default m if DRM_TILCDC
96+
select CEC_CORE if CEC_NOTIFIER
97+
select DRM_KMS_HELPER
98+
select SND_SOC_HDMI_CODEC if SND_SOC
99+
help
100+
Support for NXP Semiconductors TDA998X HDMI encoders.
100101

101102
config DRM_ITE_IT6263
102103
tristate "ITE IT6263 LVDS/HDMI bridge"

0 commit comments

Comments
 (0)