All of lore.kernel.org
 help / color / mirror / Atom feed
From: Johannes Stezenbach <js@linuxtv.org>
To: Adrian Bunk <bunk@stusta.de>
Cc: Michael Krufky <mkrufky@m1k.net>, Andrew Morton <akpm@osdl.org>,
	Mauro Carvalho Chehab <mchehab@brturbo.com.br>,
	linux-kernel <linux-kernel@vger.kernel.org>,
	torvalds@osdl.org, linux-dvb-maintainer@linuxtv.org,
	stable@kernel.org
Subject: Re: [linux-dvb-maintainer] [2.6 patch] add missing select's to DVB_BUDGET_AV
Date: Wed, 31 Aug 2005 18:59:07 +0200	[thread overview]
Message-ID: <20050831165907.GC21194@linuxtv.org> (raw)
In-Reply-To: <20050831154350.GB8638@stusta.de>

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 <bunk@stusta.de>

Acked-by: Johannes Stezenbach <js@linuxtv.org>

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
> linux-dvb-maintainer@linuxtv.org
> http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb-maintainer
> 

  reply	other threads:[~2005-08-31 16:59 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-08-30 19:47 [PATCH] Kconfig: saa7134-dvb must select tda1004x Michael Krufky
2005-08-31 15:43 ` [2.6 patch] add missing select's to DVB_BUDGET_AV Adrian Bunk
2005-08-31 16:59   ` Johannes Stezenbach [this message]
2005-08-31 17:09     ` [linux-dvb-maintainer] " Adrian Bunk
2005-08-31 18:55       ` Michael Krufky

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=20050831165907.GC21194@linuxtv.org \
    --to=js@linuxtv.org \
    --cc=akpm@osdl.org \
    --cc=bunk@stusta.de \
    --cc=linux-dvb-maintainer@linuxtv.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mchehab@brturbo.com.br \
    --cc=mkrufky@m1k.net \
    --cc=stable@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.