[linux-dvb] Patch 1 / 2: make dvb-pll.c deselectable
Uwe Bugla
uwe.bugla at gmx.de
Thu Nov 2 17:32:35 CET 2006
In the current Kernel the module dvb-pll.c ist statically linked with all frontends for bt8xx cards. This is not good. The Pinnacle PCTVSAT does not need this module. The proper place for this patch is the mm-tree to make sure whether there are other bt8xx-cards around apart from the PCTVSAT that DO NOT NEED this frontend module. It DOES NOT HURT! So please imply it!
Signed-off-by: Uwe Bugla <uwe.bugla at gmx.de>
--- a/drivers/media/dvb/bt8xx/Kconfig
+++ b/drivers/media/dvb/bt8xx/Kconfig
@@ -1,7 +1,7 @@
config DVB_BT8XX
tristate "BT8xx based PCI cards"
depends on DVB_CORE && PCI && I2C && VIDEO_BT848
- select DVB_PLL
+ select DVB_PLL if !DVB_FE_CUSTOMISE
select DVB_MT352 if !DVB_FE_CUSTOMISE
select DVB_SP887X if !DVB_FE_CUSTOMISE
select DVB_NXT6000 if !DVB_FE_CUSTOMISE
--- a/drivers/media/dvb/frontends/Kconfig
+++ b/drivers/media/dvb/frontends/Kconfig
@@ -264,8 +264,11 @@
depends on DVB_CORE
config DVB_PLL
- tristate
+ tristate "PLL support for DVB tuners"
depends on DVB_CORE && I2C
+ default m if !DVB_FE_CUSTOMISE
+ help
+ You can safely deselect this if you're only running a Pinnacle PCTV Sat DVB-S card.
config DVB_TDA826X
tristate "Philips TDA826X silicon tuner"
--
GMX DSL-Flatrate 0,- Euro* - Überall, wo DSL verfügbar ist!
NEU: Jetzt bis zu 16.000 kBit/s! http://www.gmx.net/de/go/dsl
More information about the linux-dvb
mailing list