From: Michael Krufky <mkrufky@m1k.net>
To: Eyal Lebedinsky <eyal@eyal.emu.id.au>
Cc: Linus Torvalds <torvalds@osdl.org>,
Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
Andrew Morton <akpm@osdl.org>
Subject: Re: Linux 2.6.15-rc3 - VIDEO_BT848_DVB config
Date: Tue, 29 Nov 2005 08:07:24 -0500 [thread overview]
Message-ID: <438C528C.4070304@m1k.net> (raw)
In-Reply-To: <438C1F68.4070707@eyal.emu.id.au>
[-- Attachment #1: Type: text/plain, Size: 1285 bytes --]
Eyal Lebedinsky wrote:
>Linus Torvalds wrote:
>
>
>>I just pushed 2.6.15-rc3 out there, and here are both the shortlog and
>>diffstats appended.
>>
>>
>A config issue? It says 'choose M' which is not offered. Maybe it is just
>an option for the bt8xx driver, which itself can be built as a module
>(CONFIG_VIDEO_BT848)?
>
>
> DVB/ATSC Support for bt878 based TV cards (VIDEO_BT848_DVB) [N/y/?] (NEW) ?
>
>This adds support for DVB/ATSC cards based on the BT878 chip.
>
>To compile this driver as a module, choose M here: the
>module will be called dvb-bt8xx.
>
No -- It's a typo. CONFIG_VIDEO_BT848_DVB is just an option to
CONFIG_VIDEO_BT848. It is a boolean option, and when chosen, Kconfig
SELECT's CONFIG_DVB_BT8XX, and that's the actual menu item that builds
the module.
The option is set as bool, so that if it's dependencies are set as
modules, dvb-bt8xx will also build as a module. If, however, the
dependencies are set to build in-kernel, then dvb-bt8xx will do so as well.
Consider this menu item a symbolic link to CONFIG_DVB_BT8XX -- it was
the only way to add this as a submenu option to VIDEO_BT848, without
removing the reference in the DVB submenu.
Anyhow, this patch removes the incorrect info:
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
[-- Attachment #2: fix-kconfig-typo.patch --]
[-- Type: text/x-patch, Size: 579 bytes --]
drivers/media/video/Kconfig | 3 ---
1 file changed, 3 deletions(-)
--- linux-2.6.15-rc3.orig/drivers/media/video/Kconfig 2005-11-29 01:21:42.000000000 -0500
+++ linux-2.6.15-rc3/drivers/media/video/Kconfig 2005-11-29 08:01:39.000000000 -0500
@@ -32,9 +32,6 @@
---help---
This adds support for DVB/ATSC cards based on the BT878 chip.
- To compile this driver as a module, choose M here: the
- module will be called dvb-bt8xx.
-
config VIDEO_SAA6588
tristate "SAA6588 Radio Chip RDS decoder support on BT848 cards"
depends on VIDEO_DEV && I2C && VIDEO_BT848
next prev parent reply other threads:[~2005-11-29 13:06 UTC|newest]
Thread overview: 43+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-11-29 4:11 Linux 2.6.15-rc3 Linus Torvalds
2005-11-29 7:20 ` Michael Krufky
2005-11-29 7:43 ` Nick Piggin
2005-11-29 8:25 ` Michael Krufky
2005-11-29 15:47 ` Linus Torvalds
2005-11-29 16:10 ` Linus Torvalds
2005-11-29 16:25 ` Michael Krufky
2005-11-29 16:38 ` Linus Torvalds
2005-11-29 16:49 ` Stephen Frost
2005-11-29 17:04 ` Michael Krufky
2005-11-30 0:18 ` David S. Miller
2005-11-29 17:25 ` Chris Shoemaker
2005-11-29 17:44 ` Stephen Frost
2005-11-29 18:37 ` Linux 2.6.15-rc3 - gcc-4.0.2 compile error Byron Stanoszek
2005-11-29 18:42 ` Arjan van de Ven
2005-11-30 5:53 ` Linux 2.6.15-rc3 Michael Krufky
2005-11-29 9:29 ` Linux 2.6.15-rc3 - VIDEO_BT848_DVB config Eyal Lebedinsky
2005-11-29 13:07 ` Michael Krufky [this message]
2005-11-29 21:36 ` Linux 2.6.15-rc3 Helge Hafting
2005-11-29 21:47 ` Linus Torvalds
2005-11-30 8:59 ` Helge Hafting
2005-12-01 8:16 ` Jeff Garzik
2005-12-01 9:32 ` Helge Hafting
2005-12-01 9:37 ` Jeff Garzik
2005-12-04 0:43 ` Linux 2.6.15-rc3 problem found - scsi order changed Helge Hafting
2005-12-04 1:14 ` Linus Torvalds
2005-12-04 9:34 ` Zwane Mwaikambo
2005-12-04 15:28 ` Adrian Bunk
2005-12-04 23:50 ` Helge Hafting
2005-11-29 21:47 ` Linux 2.6.15-rc3 Rafael J. Wysocki
2005-11-29 22:42 ` Rafael J. Wysocki
2005-11-29 22:53 ` Stephen Hemminger
2005-11-29 23:37 ` Greg KH
2005-11-30 0:17 ` Stephen Hemminger
2005-11-30 0:25 ` Andrew Morton
2005-11-30 0:42 ` Stephen Hemminger
2005-11-30 1:57 ` Linus Torvalds
2005-11-30 2:09 ` Paul Mackerras
2005-11-30 2:46 ` Stephen Hemminger
2005-11-30 3:16 ` Linus Torvalds
2005-11-30 4:14 ` Greg KH
2005-11-30 1:09 ` Stephen Hemminger
2005-11-30 6:11 ` Andi Kleen
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=438C528C.4070304@m1k.net \
--to=mkrufky@m1k.net \
--cc=akpm@osdl.org \
--cc=eyal@eyal.emu.id.au \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@osdl.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.