* Re: 2.6.10 compile error - blackbird_load_firmware (fwd)
@ 2005-01-16 7:23 Adrian Bunk
0 siblings, 0 replies; only message in thread
From: Adrian Bunk @ 2005-01-16 7:23 UTC (permalink / raw)
To: Andrew Morton; +Cc: prem.de.ms, linux-kernel, kraxel, Radoslaw Szkodzinski
The patch below by Radoslaw Szkodzinski <astralstorm@gmail.com> still
applies and seems to be still required in 2.6.11-rc1-mm1.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
----- Forwarded message from Radoslaw Szkodzinski <astralstorm@gmail.com> -----
Date: Mon, 3 Jan 2005 15:27:30 +0100
From: Radoslaw Szkodzinski <astralstorm@gmail.com>
To: "prem.de.ms" <prem.de.ms@gmx.de>
Cc: linux-kernel@vger.kernel.org, kraxel@bytesex.org
Subject: Re: 2.6.10 compile error - blackbird_load_firmware
On Monday 27 of December 2004 23:00, prem.de.ms wrote:
> Hello,
>
> I get the following error message when I try to compile the new
> 2.6.10-kernel:
>
> <snip>
> Seems like the Conexant drivers are broken because the kernel compiles
> when I uncheck them.
>
It seems Conexant uses the firmware loader as well as I2C w/o requiring them.
Patch attached.
--- linux/drivers/media/video/Kconfig~ 2005-01-03 15:24:46.669675320 +0100
+++ linux/drivers/media/video/Kconfig 2005-01-03 15:24:46.680673445 +0100
@@ -303,8 +303,9 @@
config VIDEO_CX88
tristate "Conexant 2388x (bt878 successor) support"
- depends on VIDEO_DEV && PCI && EXPERIMENTAL
+ depends on VIDEO_DEV && PCI && I2C && EXPERIMENTAL
select I2C_ALGOBIT
+ select FW_LOADER
select VIDEO_BTCX
select VIDEO_BUF
select VIDEO_TUNER
----- End forwarded message -----
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-01-16 7:23 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-01-16 7:23 2.6.10 compile error - blackbird_load_firmware (fwd) Adrian Bunk
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.