summaryrefslogtreecommitdiffstats
path: root/drivers/media/usb/pulse8-cec/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/usb/pulse8-cec/Kconfig
parent4be5e8648b0c287aefc6ac3f3a0b12c696054f43 (diff)
downloadlinux-a81068181aad78a5f6980408a4b6115d22bb8aed.tar.gz
linux-a81068181aad78a5f6980408a4b6115d22bb8aed.tar.bz2
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/usb/pulse8-cec/Kconfig')
-rw-r--r--drivers/media/usb/pulse8-cec/Kconfig12
1 files changed, 0 insertions, 12 deletions
diff --git a/drivers/media/usb/pulse8-cec/Kconfig b/drivers/media/usb/pulse8-cec/Kconfig
deleted file mode 100644
index e802d30dbbee..000000000000
--- a/drivers/media/usb/pulse8-cec/Kconfig
+++ /dev/null
@@ -1,12 +0,0 @@
-# SPDX-License-Identifier: GPL-2.0-only
-config USB_PULSE8_CEC
- tristate "Pulse Eight HDMI CEC"
- depends on USB_ACM
- select CEC_CORE
- select SERIO
- select SERIO_SERPORT
- help
- This is a cec driver for the Pulse Eight HDMI CEC device.
-
- To compile this driver as a module, choose M here: the
- module will be called pulse8-cec.