diff options
author | maximilian attems <maks@sternwelten.at> | 2006-03-25 13:56:07 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-04-02 03:55:07 -0400 |
commit | 87c1fae6d4207ecd4de34ce251d41d5dc4a1219c (patch) | |
tree | f4a7fc8d445264c6243eba4be7d9646882061a77 /drivers/media/dvb | |
parent | 9419045f842e7b763928636f9c61dfa134b2052d (diff) |
V4L/DVB (3616): Bt8xx: select FW_LOADER
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 'drivers/media/dvb')
-rw-r--r-- | drivers/media/dvb/bt8xx/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/dvb/bt8xx/Kconfig b/drivers/media/dvb/bt8xx/Kconfig index 2337b41714e0..376ca48f1d1d 100644 --- a/drivers/media/dvb/bt8xx/Kconfig +++ b/drivers/media/dvb/bt8xx/Kconfig | |||
@@ -7,6 +7,7 @@ config DVB_BT8XX | |||
7 | select DVB_CX24110 | 7 | select DVB_CX24110 |
8 | select DVB_OR51211 | 8 | select DVB_OR51211 |
9 | select DVB_LGDT330X | 9 | select DVB_LGDT330X |
10 | select FW_LOADER | ||
10 | help | 11 | help |
11 | Support for PCI cards based on the Bt8xx PCI bridge. Examples are | 12 | Support for PCI cards based on the Bt8xx PCI bridge. Examples are |
12 | the Nebula cards, the Pinnacle PCTV cards, the Twinhan DST cards, | 13 | the Nebula cards, the Pinnacle PCTV cards, the Twinhan DST cards, |