summaryrefslogtreecommitdiffstats
path: root/drivers/media/pci/cx25821/Kconfig
diff options
context:
space:
mode:
authorHans Verkuil2013-04-13 13:01:31 +0200
committerMauro Carvalho Chehab2013-04-16 23:03:27 +0200
commit89c21389f2a48afb2fb24fdf74433950cb9b19a2 (patch)
tree8040807314c865a8ff810103a281be5a96d20faa /drivers/media/pci/cx25821/Kconfig
parent[media] cx25821: remove cropping ioctls (diff)
downloadkernel-qcow2-linux-89c21389f2a48afb2fb24fdf74433950cb9b19a2.tar.gz
kernel-qcow2-linux-89c21389f2a48afb2fb24fdf74433950cb9b19a2.tar.xz
kernel-qcow2-linux-89c21389f2a48afb2fb24fdf74433950cb9b19a2.zip
[media] cx25821: remove bogus dependencies
This driver doesn't use DVB, RC, cx25840 or tveeprom. Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/pci/cx25821/Kconfig')
-rw-r--r--drivers/media/pci/cx25821/Kconfig7
1 files changed, 1 insertions, 6 deletions
diff --git a/drivers/media/pci/cx25821/Kconfig b/drivers/media/pci/cx25821/Kconfig
index 4017c9420348..6439a847680c 100644
--- a/drivers/media/pci/cx25821/Kconfig
+++ b/drivers/media/pci/cx25821/Kconfig
@@ -1,14 +1,9 @@
config VIDEO_CX25821
tristate "Conexant cx25821 support"
- depends on DVB_CORE && VIDEO_DEV && PCI && I2C
+ depends on VIDEO_DEV && PCI && I2C
select I2C_ALGOBIT
select VIDEO_BTCX
- select VIDEO_TVEEPROM
- depends on RC_CORE
- select VIDEOBUF_DVB
select VIDEOBUF_DMA_SG
- select VIDEO_CX25840
- select VIDEO_CX2341X
---help---
This is a video4linux driver for Conexant 25821 based
TV cards.