diff options
author | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2014-07-26 18:49:44 +0400 |
---|---|---|
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2014-07-26 18:55:10 +0400 |
commit | a39e2866e5912a6da9d6261a3c004969fe657194 (patch) | |
tree | 4337ddacf42354c62411bdd99b94983b4da47a8c /drivers/media/pci | |
parent | 46b21bbaa8a8a9d0c83afd7a6035a9d6c20064f1 (diff) | |
download | linux-a39e2866e5912a6da9d6261a3c004969fe657194.tar.xz |
[media] cx23885 now needs to select dib0070
Due to DViCO FusionHDTV DVB-T Dual Express2, we also need to
autoselect this tuner.
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Diffstat (limited to 'drivers/media/pci')
-rw-r--r-- | drivers/media/pci/cx23885/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/pci/cx23885/Kconfig b/drivers/media/pci/cx23885/Kconfig index d1dcb1d2e087..5158133c6535 100644 --- a/drivers/media/pci/cx23885/Kconfig +++ b/drivers/media/pci/cx23885/Kconfig @@ -37,6 +37,7 @@ config VIDEO_CX23885 select MEDIA_TUNER_TDA8290 if MEDIA_SUBDRV_AUTOSELECT select MEDIA_TUNER_TDA18271 if MEDIA_SUBDRV_AUTOSELECT select MEDIA_TUNER_XC5000 if MEDIA_SUBDRV_AUTOSELECT + select DVB_TUNER_DIB0070 if MEDIA_SUBDRV_AUTOSELECT ---help--- This is a video4linux driver for Conexant 23885 based TV cards. |