linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* BT848 video support dropped in 2.6.9?
@ 2004-10-22 12:13 Markus Trippelsdorf
  2004-10-22 12:19 ` Con Kolivas
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Markus Trippelsdorf @ 2004-10-22 12:13 UTC (permalink / raw)
  To: linux-kernel

The "BT848 video for linux" item does not show up
with menuconfig in the "Video for linux" category.
It was there in all previous kernels that I've used.
Am I missing something obvious?


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: BT848 video support dropped in 2.6.9?
  2004-10-22 12:13 BT848 video support dropped in 2.6.9? Markus Trippelsdorf
@ 2004-10-22 12:19 ` Con Kolivas
  2004-10-23  0:32   ` Andrew Morton
  2004-10-22 13:36 ` Gene Heskett
  2004-10-22 13:50 ` Markus Trippelsdorf
  2 siblings, 1 reply; 7+ messages in thread
From: Con Kolivas @ 2004-10-22 12:19 UTC (permalink / raw)
  To: Markus Trippelsdorf; +Cc: linux-kernel

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

Markus Trippelsdorf wrote:
> The "BT848 video for linux" item does not show up
> with menuconfig in the "Video for linux" category.
> It was there in all previous kernels that I've used.
> Am I missing something obvious?

config VIDEO_BT848
	depends on VIDEO_DEV && PCI && I2C && FW_LOADER

Therefore you need those options or else you wont even be allowed to try 
to turn the option on.

Cheers,
Con

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 256 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: BT848 video support dropped in 2.6.9?
  2004-10-22 12:13 BT848 video support dropped in 2.6.9? Markus Trippelsdorf
  2004-10-22 12:19 ` Con Kolivas
@ 2004-10-22 13:36 ` Gene Heskett
  2004-10-22 13:50 ` Markus Trippelsdorf
  2 siblings, 0 replies; 7+ messages in thread
From: Gene Heskett @ 2004-10-22 13:36 UTC (permalink / raw)
  To: linux-kernel; +Cc: Markus Trippelsdorf

On Friday 22 October 2004 08:13, Markus Trippelsdorf wrote:
>The "BT848 video for linux" item does not show up
>with menuconfig in the "Video for linux" category.
>It was there in all previous kernels that I've used.
>Am I missing something obvious?

You might try using 'make xconfig' as it is there in mine, currently 
set to build as a module and works quit well.

-- 
Cheers, Gene
"There are four boxes to be used in defense of liberty:
 soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)
99.27% setiathome rank, not too shabby for a WV hillbilly
Yahoo.com attorneys please note, additions to this message
by Gene Heskett are:
Copyright 2004 by Maurice Eugene Heskett, all rights reserved.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: BT848 video support dropped in 2.6.9?
  2004-10-22 12:13 BT848 video support dropped in 2.6.9? Markus Trippelsdorf
  2004-10-22 12:19 ` Con Kolivas
  2004-10-22 13:36 ` Gene Heskett
@ 2004-10-22 13:50 ` Markus Trippelsdorf
  2 siblings, 0 replies; 7+ messages in thread
From: Markus Trippelsdorf @ 2004-10-22 13:50 UTC (permalink / raw)
  To: linux-kernel, kernel

On Fri, 2004-10-22 at 22:19 +1000, Con Kolivas wrote: 
> Markus Trippelsdorf wrote:
> > The "BT848 video for linux" item does not show up
> > with menuconfig in the "Video for linux" category.
> > It was there in all previous kernels that I've used.
> > Am I missing something obvious?
> 
> config VIDEO_BT848
> 	depends on VIDEO_DEV && PCI && I2C && FW_LOADER
> 
> Therefore you need those options or else you wont even be allowed to try 
> to turn the option on.

Thanks Con. 
The FW_LOADER option is new. In previous kernels the driver
depended on:
config VIDEO_BT848
tristate "BT848 Video For Linux"
depends on VIDEO_DEV && PCI && I2C && SOUND

I think the FW_LOADER dependency is there by mistake.
So I just edited the drivers/video/Kconfig file and replaced
FW_LOADER with SOUND. Everything is working as expected now.

Markus


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: BT848 video support dropped in 2.6.9?
  2004-10-22 12:19 ` Con Kolivas
@ 2004-10-23  0:32   ` Andrew Morton
  2004-10-23  0:35     ` Con Kolivas
  0 siblings, 1 reply; 7+ messages in thread
From: Andrew Morton @ 2004-10-23  0:32 UTC (permalink / raw)
  To: Con Kolivas; +Cc: markus, linux-kernel

Con Kolivas <kernel@kolivas.org> wrote:
>
> Markus Trippelsdorf wrote:
> > The "BT848 video for linux" item does not show up
> > with menuconfig in the "Video for linux" category.
> > It was there in all previous kernels that I've used.
> > Am I missing something obvious?
> 
> config VIDEO_BT848
> 	depends on VIDEO_DEV && PCI && I2C && FW_LOADER

Or you can do `make menuconfig' then hit "/BT848".  I love that feature!

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: BT848 video support dropped in 2.6.9?
  2004-10-23  0:32   ` Andrew Morton
@ 2004-10-23  0:35     ` Con Kolivas
  2004-10-23  1:04       ` Andrew Morton
  0 siblings, 1 reply; 7+ messages in thread
From: Con Kolivas @ 2004-10-23  0:35 UTC (permalink / raw)
  To: Andrew Morton; +Cc: markus, linux-kernel

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

Andrew Morton wrote:
> Con Kolivas <kernel@kolivas.org> wrote:
> 
>>Markus Trippelsdorf wrote:
>>
>>>The "BT848 video for linux" item does not show up
>>>with menuconfig in the "Video for linux" category.
>>>It was there in all previous kernels that I've used.
>>>Am I missing something obvious?
>>
>>config VIDEO_BT848
>>	depends on VIDEO_DEV && PCI && I2C && FW_LOADER
> 
> 
> Or you can do `make menuconfig' then hit "/BT848".  I love that feature!

Now _that_ is cool! I wish I had known about that a long time ago.

Cheers,
Con

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 256 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: BT848 video support dropped in 2.6.9?
  2004-10-23  0:35     ` Con Kolivas
@ 2004-10-23  1:04       ` Andrew Morton
  0 siblings, 0 replies; 7+ messages in thread
From: Andrew Morton @ 2004-10-23  1:04 UTC (permalink / raw)
  To: Con Kolivas; +Cc: markus, linux-kernel

Con Kolivas <kernel@kolivas.org> wrote:
>
> > Or you can do `make menuconfig' then hit "/BT848".  I love that feature!
> 
>  Now _that_ is cool! I wish I had known about that a long time ago.

It was merged only four weeks ago..

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2004-10-23  1:20 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-10-22 12:13 BT848 video support dropped in 2.6.9? Markus Trippelsdorf
2004-10-22 12:19 ` Con Kolivas
2004-10-23  0:32   ` Andrew Morton
2004-10-23  0:35     ` Con Kolivas
2004-10-23  1:04       ` Andrew Morton
2004-10-22 13:36 ` Gene Heskett
2004-10-22 13:50 ` Markus Trippelsdorf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).