diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-03-25 15:56:07 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-03-25 15:56:07 -0300 |
commit | afb2abb44347c884e3a8a2ddf7151756c1869d2f (patch) | |
tree | 7322a7e6c9600cc125f38b312bd47fab99aa2a41 /linux/drivers | |
parent | 21ca00497a3e886cca69cd3e5018b5a08d572ecc (diff) | |
download | mediapointer-dvb-s2-afb2abb44347c884e3a8a2ddf7151756c1869d2f.tar.gz mediapointer-dvb-s2-afb2abb44347c884e3a8a2ddf7151756c1869d2f.tar.bz2 |
Bt8xx: select FW_LOADER
From: maximilian attems <maks@sternwelten.at>
The bt8xx drivers uses request_firmware()
and thus needs to select FW_LOADER.
Signed-off-by: maximilian attems <maks@sternwelten.at>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/drivers')
-rw-r--r-- | linux/drivers/media/dvb/bt8xx/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/drivers/media/dvb/bt8xx/Kconfig b/linux/drivers/media/dvb/bt8xx/Kconfig index 2337b4171..376ca48f1 100644 --- a/linux/drivers/media/dvb/bt8xx/Kconfig +++ b/linux/drivers/media/dvb/bt8xx/Kconfig @@ -7,6 +7,7 @@ config DVB_BT8XX select DVB_CX24110 select DVB_OR51211 select DVB_LGDT330X + select FW_LOADER help Support for PCI cards based on the Bt8xx PCI bridge. Examples are the Nebula cards, the Pinnacle PCTV cards, the Twinhan DST cards, |