public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Adrian Bunk <bunk@kernel.org>
To: mkrufky@linuxtv.org
Cc: mchehab@infradead.org, toralf.foerster@gmx.de,
	linux-kernel@vger.kernel.org, v4l-dvb-maintainer@linuxtv.org,
	video4linux-list@redhat.com, linux-kbuild@vger.kernel.org
Subject: Re: [v4l-dvb-maintainer] build #340 failed for 2.6.24-rc5-g75b8c13 in?linux/drivers/media/video/tuner.ko
Date: Wed, 12 Dec 2007 18:57:31 +0100	[thread overview]
Message-ID: <20071212175731.GD10069@stusta.de> (raw)
In-Reply-To: <476005AE.7070401@linuxtv.org>

On Wed, Dec 12, 2007 at 11:00:46AM -0500, mkrufky@linuxtv.org wrote:
> Mauro Carvalho Chehab wrote:
>...
> What we really need is to make the Kconfig selection behave as if it 
> depends on VIDEO_TUNER, but only if VIDEO_TUNER is selected.  I know 
> that sounds redundant, but that would actually solve the problem.
> 
> If VIDEO_TUNER is not selected, then the driver can be built as either Y 
> or M,  If, however, VIDEO_TUNER is selected, then the driver must be 
> built as whatever VIDEO_TUNER was selected as.
>...

The problem is not how to express this (which is not a big problem), the 
problem is how to keep these options maintainable...

I'll take a look at it (but I'm not sure whether this will be this year).
 
> remove the bit " if !VIDEO_TUNER_CUSTOMIZE" , such that the select lines 
> will read:
> 
>         select TUNER_MT20XX
>         select TUNER_TDA8290
>         select TUNER_TEA5761
>         select TUNER_TEA5767
>         select TUNER_SIMPLE
>         select TUNER_TDA9887
> 
> instead of:
> 
>         select TUNER_MT20XX if !VIDEO_TUNER_CUSTOMIZE
>         select TUNER_TDA8290 if !VIDEO_TUNER_CUSTOMIZE
>         select TUNER_TEA5761 if !VIDEO_TUNER_CUSTOMIZE
>         select TUNER_TEA5767 if !VIDEO_TUNER_CUSTOMIZE
>         select TUNER_SIMPLE if !VIDEO_TUNER_CUSTOMIZE
>         select TUNER_TDA9887 if !VIDEO_TUNER_CUSTOMIZE
> 
> If this fixes the problem, then I think it would be a good temporary fix 
> for 2.6.24, until we can make a better, more drastic fix for 2.6.25

select sets a minimum value for a variable, but our problem is that the 
value is too high...

> Thanks for testing.
> 
> Regards,
> Mike Krufky

cu
Adrian

-- 

       "Is there not promise of rain?" Ling Tan asked suddenly out
        of the darkness. There had been need of rain for many days.
       "Only a promise," Lao Er said.
                                       Pearl S. Buck - Dragon Seed


  reply	other threads:[~2007-12-12 17:57 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-12-12  8:34 build #340 failed for 2.6.24-rc5-g75b8c13 in linux/drivers/media/video/tuner.ko Toralf Förster
2007-12-12 13:42 ` [v4l-dvb-maintainer] " Michael Krufky
2007-12-12 14:46   ` Mauro Carvalho Chehab
2007-12-12 16:00     ` mkrufky
2007-12-12 17:57       ` Adrian Bunk [this message]
2007-12-13 20:11         ` [v4l-dvb-maintainer] build #340 failed for 2.6.24-rc5-g75b8c13 in?linux/drivers/media/video/tuner.ko Mauro Carvalho Chehab
2007-12-12 18:40     ` [2.6 patch] drivers/media/Makefile: always enter video/ Adrian Bunk
2007-12-12 21:13       ` [v4l-dvb-maintainer] " Trent Piepho
2007-12-12 21:16         ` [v4l-dvb-maintainer] [2.6 patch] drivers/media/Makefile: alwa ys " mkrufky
2007-12-13  9:55         ` [v4l-dvb-maintainer] [2.6 patch] drivers/media/Makefile: always " Mauro Carvalho Chehab

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=20071212175731.GD10069@stusta.de \
    --to=bunk@kernel.org \
    --cc=linux-kbuild@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mchehab@infradead.org \
    --cc=mkrufky@linuxtv.org \
    --cc=toralf.foerster@gmx.de \
    --cc=v4l-dvb-maintainer@linuxtv.org \
    --cc=video4linux-list@redhat.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox