mirror of
https://github.com/torvalds/linux.git
synced 2026-04-24 09:35:52 -04:00
Move the driver for NXP TDA9950 / CEC part of TDA998x together to drivers/media/i2c, close to other CEC drivers. Specify 'default DRM_I2C_NXP_TDA998X' in order to simplify migration from old config files as the Kconfig name has been changed to follow media/cec style. Acked-by: Hans Verkuil <hverkuil@xs4all.nl> Link: https://patchwork.freedesktop.org/patch/msgid/20250113-drm-move-tda998x-v3-2-214e0682a5e4@linaro.org Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
7 lines
162 B
Makefile
7 lines
162 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
#
|
|
# Makefile for the CEC I2C device drivers.
|
|
#
|
|
obj-$(CONFIG_CEC_CH7322) += ch7322.o
|
|
obj-$(CONFIG_CEC_NXP_TDA9950) += tda9950.o
|