diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-09-12 13:12:08 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-09-12 13:13:13 +0200 |
commit | 64cbeb2818c9308a9fa9e25d50b676f66335cd9f (patch) | |
tree | 2ff45c64b68eec164161927a697578326752c2bd /drivers/media/usb/cx231xx/Kconfig | |
parent | [media] ddbridge: fix error handling in module_init_ddbridge() (diff) | |
download | linux-64cbeb2818c9308a9fa9e25d50b676f66335cd9f.tar.xz linux-64cbeb2818c9308a9fa9e25d50b676f66335cd9f.zip |
[media] au0828, cx231xx: remove dependency for DVB_CAPTURE_DRIVERS
This symbol got removed by menu reorganization; just depending on
DVB_CORE is enough.
Reported-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/usb/cx231xx/Kconfig')
-rw-r--r-- | drivers/media/usb/cx231xx/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/usb/cx231xx/Kconfig b/drivers/media/usb/cx231xx/Kconfig index 77913dfbd238..86feeeaf61c2 100644 --- a/drivers/media/usb/cx231xx/Kconfig +++ b/drivers/media/usb/cx231xx/Kconfig @@ -40,7 +40,7 @@ config VIDEO_CX231XX_ALSA config VIDEO_CX231XX_DVB tristate "DVB/ATSC Support for Cx231xx based TV cards" - depends on VIDEO_CX231XX && DVB_CORE && DVB_CAPTURE_DRIVERS + depends on VIDEO_CX231XX && DVB_CORE select VIDEOBUF_DVB select MEDIA_TUNER_XC5000 if MEDIA_SUBDRV_AUTOSELECT select MEDIA_TUNER_TDA18271 if MEDIA_SUBDRV_AUTOSELECT |