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?
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
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.
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
Andrew Morton wrote:
> Con Kolivas <[email protected]> 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
Con Kolivas <[email protected]> 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..
Con Kolivas <[email protected]> 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!