On Wed, Aug 31, 2005 Adrian Bunk wrote: > > Add missing select's to DVB_BUDGET_AV fixing the following compile > error: > > <-- snip --> > > ... > LD .tmp_vmlinux1 > drivers/built-in.o: In function `frontend_init': > budget-av.c:(.text+0xb9448): undefined reference to `tda10046_attach' > budget-av.c:(.text+0xb9518): undefined reference to `tda10021_attach' > drivers/built-in.o: In function `philips_tu1216_request_firmware': > budget-av.c:(.text+0xb937b): undefined reference to `request_firmware' > make: *** [.tmp_vmlinux1] Error 1 > > <-- snip --> > > > Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]>
Acked-by: Johannes Stezenbach <[EMAIL PROTECTED]> I also added this to linuxtv.org CVS. But I'm not sure it is critical enough to put it in stable. Thanks, Johannes > --- linux-2.6.13/drivers/media/dvb/ttpci/Kconfig.old 2005-08-31 > 17:36:33.000000000 +0200 > +++ linux-2.6.13/drivers/media/dvb/ttpci/Kconfig 2005-08-31 > 17:39:57.000000000 +0200 > @@ -99,12 +99,15 @@ > config DVB_BUDGET_AV > tristate "Budget cards with analog video inputs" > depends on DVB_CORE && PCI > select VIDEO_DEV > select VIDEO_SAA7146_VV > select DVB_STV0299 > + select DVB_TDA1004X > + select DVB_TDA10021 > + select FW_LOADER > help > Support for simple SAA7146 based DVB cards > (so called Budget- or Nova-PCI cards) without onboard > MPEG2 decoder, but with one or more analog video inputs. > > Say Y if you own such a card and want to use it. > > > _______________________________________________ > linux-dvb-maintainer mailing list > [EMAIL PROTECTED] > http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb-maintainer > - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/