mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-17 12:26:45 +07:00
a81068181a
As CEC support doesn't depend on MEDIA_SUPPORT, let's place the platform drivers outside the media menu. As a side effect, instead of depends on USB, drivers just select it. Acked-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
7 lines
170 B
Makefile
7 lines
170 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
#
|
|
# Makefile for the CEC USB device drivers.
|
|
#
|
|
obj-$(CONFIG_USB_PULSE8_CEC) += pulse8/
|
|
obj-$(CONFIG_USB_RAINSHADOW_CEC) += rainshadow/
|