This patch has been backported for 2.6.16.1 from the following patch,
which is queued for 2.6.17:
V4L/DVB (3495): Kconfig: select VIDEO_CX25840 to build cx25840 a/v
decoder module
http://www.kernel.org/git/?p=linux/kernel/git/mchehab/v4l-dvb.git;a=commitdiff;h=4f767be057d0173eae7ef116de32a3f4f12888a8
Thank you for queuing this for 2.6.16.1 ... I was just looking at the
2.6.15 sources, and I realized that this should also go to 2.6.15.y, if
there are any more yet to come.
Please also add this to the 2.6.15.y queue, if there are any more
releases planned.
Thank you,
Michael Krufky
Michael Krufky wrote:
> This patch has been backported for 2.6.16.1 from the following patch,
> which is queued for 2.6.17:
>
> V4L/DVB (3495): Kconfig: select VIDEO_CX25840 to build cx25840 a/v
> decoder module
> http://www.kernel.org/git/?p=linux/kernel/git/mchehab/v4l-dvb.git;a=commitdiff;h=4f767be057d0173eae7ef116de32a3f4f12888a8
>
>
>
>
> ------------------------------------------------------------------------
>
> From: Michael Krufky <[email protected]>
> Date: Mon, 20 Mar 2006 22:17:00 +0000 (-0500)
> Subject: Kconfig: VIDEO_DECODER must select FW_LOADER
>
> The cx25840 module requires external firmware in order to function,
> so it must select FW_LOADER, but saa7115 and saa7129 do not require it.
>
> Signed-off-by: Michael Krufky <[email protected]>
> Cc: Mauro Carvalho Chehab <[email protected]>
> ---
>
> ---
> linux-2.6.16.orig/drivers/media/video/Kconfig
> +++ linux-2.6.16/drivers/media/video/Kconfig
> @@ -349,6 +349,7 @@
> config VIDEO_DECODER
> tristate "Add support for additional video chipsets"
> depends on VIDEO_DEV && I2C && EXPERIMENTAL
> + select FW_LOADER
> ---help---
> Say Y here to compile drivers for SAA7115, SAA7127 and CX25840
> video decoders.
* Michael Krufky ([email protected]) wrote:
> Thank you for queuing this for 2.6.16.1 ... I was just looking at the
> 2.6.15 sources, and I realized that this should also go to 2.6.15.y, if
> there are any more yet to come.
>
> Please also add this to the 2.6.15.y queue, if there are any more
> releases planned.
No problem, will do. Thanks,
-chris