All of lore.kernel.org
 help / color / mirror / Atom feed
From: Michael Krufky <mkrufky@linuxtv.org>
To: stable@kernel.org
Cc: lkml <linux-kernel@vger.kernel.org>,
	Mauro Carvalho Chehab <mchehab@infradead.org>,
	v4l-dvb maintainer list <v4l-dvb-maintainer@linuxtv.org>
Subject: [2.6.16 STABLE PATCH] Kconfig: VIDEO_DECODER must select FW_LOADER
Date: Mon, 20 Mar 2006 22:34:58 -0500	[thread overview]
Message-ID: <441F7462.4040707@linuxtv.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 306 bytes --]

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



[-- Attachment #2: cx25840_must_select_fw_loader.patch --]
[-- Type: text/x-patch, Size: 750 bytes --]

From: Michael Krufky <mkrufky@linuxtv.org>
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 <mkrufky@linuxtv.org>
Cc: Mauro Carvalho Chehab <mchehab@infradead.org>
---

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

             reply	other threads:[~2006-03-21  3:35 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-03-21  3:34 Michael Krufky [this message]
2006-03-21 13:03 ` [2.6.16 STABLE PATCH] Kconfig: VIDEO_DECODER must select FW_LOADER Michael Krufky
2006-03-21 17:27   ` [stable] " Chris Wright

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=441F7462.4040707@linuxtv.org \
    --to=mkrufky@linuxtv.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mchehab@infradead.org \
    --cc=stable@kernel.org \
    --cc=v4l-dvb-maintainer@linuxtv.org \
    /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.