summaryrefslogtreecommitdiff
path: root/drivers/media/usb
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <m.chehab@samsung.com>2014-06-09 18:49:01 -0300
committerChanho Park <chanho61.park@samsung.com>2014-11-18 11:59:46 +0900
commit55cc9ed1dbc87127503354fcd8c46841ed363a3a (patch)
tree7ab70a06206c13f0d119bb2b3d7781bc662609fa /drivers/media/usb
parent80870bce29f68718e8d5bc972910af50f1670d50 (diff)
downloadlinux-3.10-55cc9ed1dbc87127503354fcd8c46841ed363a3a.tar.gz
linux-3.10-55cc9ed1dbc87127503354fcd8c46841ed363a3a.tar.bz2
linux-3.10-55cc9ed1dbc87127503354fcd8c46841ed363a3a.zip
upstream: [media] au0828: add missing tuner Kconfig dependency
The analog part of au0828 is missing the tuner Kconfig dependency. That makes the device to not work while in analog mode. Backports http://git.linuxtv.org/cgit.cgi/media_tree.git/commit/?id=0bf49ec9f7e2 Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Diffstat (limited to 'drivers/media/usb')
-rw-r--r--drivers/media/usb/au0828/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/usb/au0828/Kconfig b/drivers/media/usb/au0828/Kconfig
index 953a37c613b..fe48403eadd 100644
--- a/drivers/media/usb/au0828/Kconfig
+++ b/drivers/media/usb/au0828/Kconfig
@@ -20,6 +20,7 @@ config VIDEO_AU0828_V4L2
bool "Auvitek AU0828 v4l2 analog video support"
depends on VIDEO_AU0828 && VIDEO_V4L2
select DVB_AU8522_V4L if MEDIA_SUBDRV_AUTOSELECT
+ select VIDEO_TUNER
default y
---help---
This is a video4linux driver for Auvitek's USB device.