Re: 2.1.98: bttv driver build pains: Config.in problems

David Woodhouse (Dave@imladris.demon.co.uk)
Tue, 28 Apr 1998 00:32:18 +0200


> I've just tried to build 2.1.98 with a BTTV driver compiled as a
> module. And that's what I see:
>
> The CONFIG_VIDEO_SAA5249 option doesn't seem to be configured. At
> least it was absent in 'make xconfig' as well as in the resulting
> configuration files.
>
> #dep_tristate 'SAA5249 Teletext processor' CONFIG_VIDEO_SAA5249...
>
> This should be uncommented. Or maybe there are good reasons not to?

Yep: the code isn't present in the source tree either :)

I get teletext off the BT848 chip anyway. Note that devices.{tex,txt} lie
about the minor numbers - a quick look at the source code reveals that the
minor number for /dev/bttv-vbi0 is in fact 224, not 32 as listed.

> i2c.c is not compiled. Makefile in drivers/char required a
> CONFIG_BUS_I2C option which is not present anywhere.

You used either make xconfig or make menuconfig. Use "make config" instead.
Alternatively, run "make oldconfig" after using the broken one.

>
> With all that, BTTV doesn't seem to build correctly.

That's just because i2c doesn't get enabled, IIRC.

---- ---- ----
David Woodhouse, Robinson College, CB3 9AN, England. (+44) 0976 658355
Dave@imladris.demon.co.uk http://www.imladris.demon.co.uk
finger pgp@dwmw2.robinson.cam.ac.uk for PGP key.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu