mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-29 14:47:19 -04:00
Chrontel CH7006 and Silicon Image sil164 drivers use drm_encoder_slave interface which is being used only by the nouveau driver. It doesn't make sense to keep this interface inside the DRM subsystem. In preparation to moving this set of helpers to the nouveau driver, move the only two I2C driver that use that interface to the nouveau driver too. Suggested-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Signed-off-by: Danilo Krummrich <dakr@kernel.org> Link: https://patchwork.freedesktop.org/patch/msgid/20250106-nouveau-encoder-slave-v3-1-1d37d2f2c67f@linaro.org
19 lines
490 B
Plaintext
19 lines
490 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
menu "I2C encoder or helper chips"
|
|
depends on DRM && DRM_KMS_HELPER && I2C
|
|
|
|
config DRM_I2C_NXP_TDA998X
|
|
tristate "NXP Semiconductors TDA998X HDMI encoder"
|
|
default m if DRM_TILCDC
|
|
select CEC_CORE if CEC_NOTIFIER
|
|
select SND_SOC_HDMI_CODEC if SND_SOC
|
|
help
|
|
Support for NXP Semiconductors TDA998X HDMI encoders.
|
|
|
|
config DRM_I2C_NXP_TDA9950
|
|
tristate "NXP Semiconductors TDA9950/TDA998X HDMI CEC"
|
|
select CEC_NOTIFIER
|
|
select CEC_CORE
|
|
|
|
endmenu
|