summaryrefslogtreecommitdiffstats
path: root/drivers/media/cec/usb/Kconfig
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>2020-04-15 11:14:25 +0200
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>2020-04-15 12:06:40 +0200
commita81068181aad78a5f6980408a4b6115d22bb8aed (patch)
treeb5aa2c123bf45cd31419e8a0b1297c2155b30b5a /drivers/media/cec/usb/Kconfig
parent4be5e8648b0c287aefc6ac3f3a0b12c696054f43 (diff)
downloadlinux-a81068181aad78a5f6980408a4b6115d22bb8aed.tar.bz2
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/Kconfig')
-rw-r--r--drivers/media/cec/usb/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/media/cec/usb/Kconfig b/drivers/media/cec/usb/Kconfig
new file mode 100644
index 000000000000..d3bbef464bdb
--- /dev/null
+++ b/drivers/media/cec/usb/Kconfig
@@ -0,0 +1,6 @@
+# SPDX-License-Identifier: GPL-2.0-only
+#
+# USB drivers
+
+source "drivers/media/cec/usb/pulse8/Kconfig"
+source "drivers/media/cec/usb/rainshadow/Kconfig"