diff options
author | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2020-04-15 11:14:25 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2020-04-15 12:06:40 +0200 |
commit | a81068181aad78a5f6980408a4b6115d22bb8aed (patch) | |
tree | b5aa2c123bf45cd31419e8a0b1297c2155b30b5a /drivers/media/cec/usb/Makefile | |
parent | media: move CEC platform drivers to a separate directory (diff) | |
download | linux-a81068181aad78a5f6980408a4b6115d22bb8aed.tar.xz linux-a81068181aad78a5f6980408a4b6115d22bb8aed.zip |
media: move CEC USB drivers to a separate directory
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>
Diffstat (limited to 'drivers/media/cec/usb/Makefile')
-rw-r--r-- | drivers/media/cec/usb/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/media/cec/usb/Makefile b/drivers/media/cec/usb/Makefile new file mode 100644 index 000000000000..e4183d1bfa9a --- /dev/null +++ b/drivers/media/cec/usb/Makefile @@ -0,0 +1,6 @@ +# 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/ |