]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
V4L/DVB (7441): kconfig fixes for tuner-simple
authorMichael Krufky <mkrufky@linuxtv.org>
Tue, 22 Apr 2008 17:46:25 +0000 (14:46 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Thu, 24 Apr 2008 17:07:55 +0000 (14:07 -0300)
Update Kconfig for the hybrid devices recently converted
to use tuner-simple rather than dvb-pll.

dvb-bt8xx no longer uses dvb-pll at all, so remove all
references to dvb-pll within that driver.

Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/dvb/b2c2/Kconfig
drivers/media/dvb/bt8xx/Kconfig
drivers/media/dvb/bt8xx/dvb-bt8xx.h
drivers/media/dvb/dvb-usb/Kconfig
drivers/media/video/cx88/Kconfig
drivers/media/video/saa7134/Kconfig

index 3197aeb61d1f88181261e3db244b8531e64f9706..ffcbc7610856e2d5b46808b1fafa5634b61cb875 100644 (file)
@@ -9,6 +9,7 @@ config DVB_B2C2_FLEXCOP
        select DVB_STV0297 if !DVB_FE_CUSTOMISE
        select DVB_BCM3510 if !DVB_FE_CUSTOMISE
        select DVB_LGDT330X if !DVB_FE_CUSTOMISE
+       select TUNER_SIMPLE if !DVB_FE_CUSTOMISE
        help
          Support for the digital TV receiver chip made by B2C2 Inc. included in
          Technisats PCI cards and USB boxes.
index ea666174e98874a8d9bb5a3de78aac660e03bf4f..902c762e0b7fb8867bc1d62ea65f2e2a4ee5e9a3 100644 (file)
@@ -7,8 +7,8 @@ config DVB_BT8XX
        select DVB_CX24110 if !DVB_FE_CUSTOMISE
        select DVB_OR51211 if !DVB_FE_CUSTOMISE
        select DVB_LGDT330X if !DVB_FE_CUSTOMISE
-       select DVB_PLL if !DVB_FE_CUSTOMISE
        select DVB_ZL10353 if !DVB_FE_CUSTOMISE
+       select TUNER_SIMPLE if !DVB_FE_CUSTOMISE
        select FW_LOADER
        help
          Support for PCI cards based on the Bt8xx PCI bridge. Examples are
index 25a23c3c7c666951eec4940acf0cad3d9b61ac42..4499ed2ac0ed7339384663dc1b2a5f8f77d82224 100644 (file)
@@ -38,7 +38,6 @@
 #include "or51211.h"
 #include "lgdt330x.h"
 #include "zl10353.h"
-#include "dvb-pll.h"
 #include "tuner-simple.h"
 
 struct dvb_bt8xx_card {
index d73934dd4c573790790c9cd885db3ef7063f02f7..3c8493d2026dd329a9e20c1c6faaf2d9581b94b3 100644 (file)
@@ -105,6 +105,7 @@ config DVB_USB_CXUSB
        select DVB_LGDT330X if !DVB_FE_CUSTOMISE
        select DVB_MT352 if !DVB_FE_CUSTOMISE
        select DVB_ZL10353 if !DVB_FE_CUSTOMISE
+       select TUNER_SIMPLE if !DVB_FE_CUSTOMISE
        help
          Say Y here to support the Conexant USB2.0 hybrid reference design.
          Currently, only DVB and ATSC modes are supported, analog mode
index 49d3813a9b48e69ac83ac84d8368d94a212fe945..bcf6d9ba063da738dc77f811308467f3a955cff4 100644 (file)
@@ -57,6 +57,7 @@ config VIDEO_CX88_DVB
        select DVB_NXT200X if !DVB_FE_CUSTOMISE
        select DVB_CX24123 if !DVB_FE_CUSTOMISE
        select DVB_ISL6421 if !DVB_FE_CUSTOMISE
+       select TUNER_SIMPLE if !DVB_FE_CUSTOMISE
        ---help---
          This adds support for DVB/ATSC cards based on the
          Conexant 2388x chip.
index 96bc3b1298a2564389b262e843b49622da4fde44..e086f14d56639ef458e1c69be6dd83eaa7d50f57 100644 (file)
@@ -37,6 +37,7 @@ config VIDEO_SAA7134_DVB
        select DVB_TDA826X if !DVB_FE_CUSTOMISE
        select DVB_TDA827X if !DVB_FE_CUSTOMISE
        select DVB_ISL6421 if !DVB_FE_CUSTOMISE
+       select TUNER_SIMPLE if !DVB_FE_CUSTOMISE
        ---help---
          This adds support for DVB cards based on the
          Philips saa7134 chip.