aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/pci/ivtv/Kconfig
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>2021-06-01 11:27:04 +0200
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>2021-06-04 08:06:53 +0200
commitcd40407a8a018d43fdb05c84a76af96f8bce9ac2 (patch)
treecd8cb0e85fc8bcf59c65ccc48be8691f0e83aafe /drivers/media/pci/ivtv/Kconfig
parentdocs: userspace-api: media: dvb: replace some characters (diff)
downloadlinux-dev-cd40407a8a018d43fdb05c84a76af96f8bce9ac2.tar.xz
linux-dev-cd40407a8a018d43fdb05c84a76af96f8bce9ac2.zip
media: ivtv: get rid of DVB deprecated ioctls
The ivtv driver has gained support a long time ago for audio and video settings via V4L2 API. Let's drop support of the duplicated controls implemented abusing the DVB API. Acked-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Diffstat (limited to 'drivers/media/pci/ivtv/Kconfig')
-rw-r--r--drivers/media/pci/ivtv/Kconfig12
1 files changed, 0 insertions, 12 deletions
diff --git a/drivers/media/pci/ivtv/Kconfig b/drivers/media/pci/ivtv/Kconfig
index c729e54692c4..e70502902b73 100644
--- a/drivers/media/pci/ivtv/Kconfig
+++ b/drivers/media/pci/ivtv/Kconfig
@@ -29,18 +29,6 @@ config VIDEO_IVTV
To compile this driver as a module, choose M here: the
module will be called ivtv.
-config VIDEO_IVTV_DEPRECATED_IOCTLS
- bool "enable the DVB ioctls abuse on ivtv driver"
- depends on VIDEO_IVTV
- help
- Enable the usage of the a DVB set of ioctls that were abused by
- IVTV driver for a while.
-
- Those ioctls were not needed for a long time, as IVTV implements
- the proper V4L2 ioctls since kernel 3.3.
-
- If unsure, say N.
-
config VIDEO_IVTV_ALSA
tristate "Conexant cx23415/cx23416 ALSA interface for PCM audio capture"
depends on VIDEO_IVTV && SND