* [PATCH] FW_LOADER required in Kconfig for certain DVB frontend modules
@ 2004-12-25 17:01 Michal Feix
0 siblings, 0 replies; only message in thread
From: Michal Feix @ 2004-12-25 17:01 UTC (permalink / raw)
To: linux-kernel
[-- Attachment #1: Type: text/plain, Size: 391 bytes --]
I would have sent this to DVB maintener, if linuxtv.org wasn't down for the
whole day and their SMTP wouldn't reject all emails for linuxtv.org domain. :((
Due to a change between 2.6.9 and 2.6.10 in certain DVB frontend modules,
it is now required to have "Hotplug firmware loading support" selected in
Kernel configuration (FW_LOADER in .config file).
--
Michal Feix
michal@feix.cz
[-- Attachment #2: dvb-fwloader.patch --]
[-- Type: text/plain, Size: 813 bytes --]
diff -ur a/drivers/media/dvb/frontends/Kconfig b/drivers/media/dvb/frontends/Kconfig
--- a/drivers/media/dvb/frontends/Kconfig Sat Dec 25 12:16:31 2004
+++ b/drivers/media/dvb/frontends/Kconfig Sat Dec 25 14:12:36 2004
@@ -46,6 +46,7 @@
config DVB_SP8870
tristate "Spase sp8870 based"
depends on DVB_CORE
+ select FW_LOADER
help
A DVB-T tuner module. Say Y when you want to support this frontend.
@@ -56,6 +57,7 @@
config DVB_SP887X
tristate "Spase sp887x based"
depends on DVB_CORE
+ select FW_LOADER
help
A DVB-T tuner module. Say Y when you want to support this frontend.
@@ -84,6 +86,7 @@
config DVB_TDA1004X
tristate "Philips TDA10045H/TDA10046H based"
depends on DVB_CORE
+ select FW_LOADER
help
A DVB-T tuner module. Say Y when you want to support this frontend.
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2004-12-25 17:02 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-12-25 17:01 [PATCH] FW_LOADER required in Kconfig for certain DVB frontend modules Michal Feix
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox