All of lore.kernel.org
 help / color / mirror / Atom feed
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
Date: Mon, 3 Jan 2005 15:27:30 +0100	[thread overview]
Message-ID: <200501031527.37315.astralstorm@gmail.com> (raw)
In-Reply-To: <41D08611.9000004@gmx.de>


[-- Attachment #1.1: Type: text/plain, Size: 352 bytes --]

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.

[-- Attachment #1.2: conexant-deps.patch --]
[-- Type: text/x-diff, Size: 456 bytes --]

--- 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

[-- Attachment #2: Type: application/pgp-signature, Size: 190 bytes --]

      parent reply	other threads:[~2005-01-03 14:27 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-12-27 22:00 2.6.10 compile error - blackbird_load_firmware prem.de.ms
2004-12-27 22:58 ` [2.6 patch] let VIDEO_CX88 select FW_LOADER Adrian Bunk
2005-01-03 14:27 ` Radoslaw Szkodzinski [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200501031527.37315.astralstorm@gmail.com \
    --to=astralstorm@gmail.com \
    --cc=kraxel@bytesex.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=prem.de.ms@gmx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.