[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>
This commit is contained in:
parent
f4e4a67a37
commit
64cbeb2818
2 changed files with 1 additions and 2 deletions
|
@ -2,7 +2,6 @@
|
|||
config VIDEO_AU0828
|
||||
tristate "Auvitek AU0828 support"
|
||||
depends on I2C && INPUT && DVB_CORE && USB && VIDEO_V4L2
|
||||
depends on DVB_CAPTURE_DRIVERS
|
||||
select I2C_ALGOBIT
|
||||
select VIDEO_TVEEPROM
|
||||
select VIDEOBUF_VMALLOC
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue