diff options
author | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2014-06-09 18:49:01 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2014-06-19 13:16:49 -0300 |
commit | 0bf49ec9f7e29347ad2a384b9c207f4966f6d258 (patch) | |
tree | 62429d03db0ceb9e266ac10694b43371009065c3 | |
parent | 2ac6f6305efef8c10994be48b20723cc70654189 (diff) | |
download | linux-0bf49ec9f7e29347ad2a384b9c207f4966f6d258.tar.gz linux-0bf49ec9f7e29347ad2a384b9c207f4966f6d258.tar.xz |
[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.
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
-rw-r--r-- | drivers/media/usb/au0828/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/usb/au0828/Kconfig b/drivers/media/usb/au0828/Kconfig index 953a37c613b1..fe48403eadd0 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. |