diff options
author | Hans Verkuil <hans.verkuil@cisco.com> | 2013-04-13 13:01:31 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2013-04-16 23:03:27 +0200 |
commit | 89c21389f2a48afb2fb24fdf74433950cb9b19a2 (patch) | |
tree | 8040807314c865a8ff810103a281be5a96d20faa /drivers/media/pci/cx25821/Kconfig | |
parent | [media] cx25821: remove cropping ioctls (diff) | |
download | linux-89c21389f2a48afb2fb24fdf74433950cb9b19a2.tar.xz 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/Kconfig | 7 |
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. |