diff options
author | maximilian attems <maks@sternwelten.at> | 2006-03-25 19:55:55 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-04-02 09:55:04 +0200 |
commit | 26abe0234d443f1089ea7e514c8fc66493c0d307 (patch) | |
tree | 44f647866813dae14e73f8934e86f69be27918fc | |
parent | V4L/DVB (3614): Fix compilation warning at powerpc platform (diff) | |
download | linux-26abe0234d443f1089ea7e514c8fc66493c0d307.tar.xz linux-26abe0234d443f1089ea7e514c8fc66493c0d307.zip |
V4L/DVB (3615): Saa7134: select FW_LOADER
The saa7134 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>
-rw-r--r-- | drivers/media/video/saa7134/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/saa7134/Kconfig b/drivers/media/video/saa7134/Kconfig index 86671a43e769..e1c1805df1fb 100644 --- a/drivers/media/video/saa7134/Kconfig +++ b/drivers/media/video/saa7134/Kconfig @@ -39,6 +39,7 @@ config VIDEO_SAA7134_DVB tristate "DVB/ATSC Support for saa7134 based TV cards" depends on VIDEO_SAA7134 && DVB_CORE select VIDEO_BUF_DVB + select FW_LOADER ---help--- This adds support for DVB cards based on the Philips saa7134 chip. |