diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-09-12 08:12:08 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-09-12 08:13:13 -0300 |
commit | 64cbeb2818c9308a9fa9e25d50b676f66335cd9f (patch) | |
tree | 2ff45c64b68eec164161927a697578326752c2bd /drivers/media/usb/au0828/Kconfig | |
parent | f4e4a67a37e7c9624b3e8bb9655db2ae45243f3d (diff) |
[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/au0828/Kconfig')
-rw-r--r-- | drivers/media/usb/au0828/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/usb/au0828/Kconfig b/drivers/media/usb/au0828/Kconfig index 385e557ba910..1766c0ce93be 100644 --- a/drivers/media/usb/au0828/Kconfig +++ b/drivers/media/usb/au0828/Kconfig @@ -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 |