[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <37219a840804300536y720facfeg91872b207c617989@mail.gmail.com>
Date: Wed, 30 Apr 2008 08:36:09 -0400
From: "Michael Krufky" <mkrufky@...uxtv.org>
To: "Ingo Molnar" <mingo@...e.hu>
Cc: "Takashi Iwai" <tiwai@...e.de>, video4linux-list@...hat.com,
"Mike Galbraith" <efault@....de>, linux-kernel@...r.kernel.org,
"Mauro Carvalho Chehab" <mchehab@...radead.org>,
linux-dvb-maintainer@...uxtv.org,
"Andrew Morton" <akpm@...ux-foundation.org>
Subject: Re: [v4l-dvb-maintainer] [patch, -git] media/video/sound build fix, TEA5761/TEA5767
On Wed, Apr 30, 2008 at 7:21 AM, Ingo Molnar <mingo@...e.hu> wrote:
> Subject: dvb: fix3
> From: Ingo Molnar <mingo@...e.hu>
> Date: Mon Apr 28 23:22:13 CEST 2008
>
> Signed-off-by: Ingo Molnar <mingo@...e.hu>
> ---
> drivers/media/video/cx23885/Kconfig | 2 ++
> 1 file changed, 2 insertions(+)
>
> Index: linux/drivers/media/video/cx23885/Kconfig
> ===================================================================
> --- linux.orig/drivers/media/video/cx23885/Kconfig
> +++ linux/drivers/media/video/cx23885/Kconfig
> @@ -9,6 +9,8 @@ config VIDEO_CX23885
> select VIDEO_IR
> select VIDEOBUF_DVB
> select VIDEO_CX25840
> + select VIDEO_CX2341X
> + select DVB_DIB7000P
> select MEDIA_TUNER_MT2131 if !DVB_FE_CUSTOMISE
> select DVB_S5H1409 if !DVB_FE_CUSTOMISE
> select DVB_LGDT330X if !DVB_FE_CUSTOMISE
Ingo,
It should actually be as follows:
[PATCH] cx23885: fix kbuild dependencies
Thanks to Ingo Molnar for finding this.
Signed-off-by: Michael Krufky <mkrufky@...uxtv.org>
--- linux.orig/drivers/media/video/cx23885/Kconfig
+++ linux/drivers/media/video/cx23885/Kconfig
@@ -9,6 +9,8 @@ config VIDEO_CX23885
select VIDEO_IR
select VIDEOBUF_DVB
select VIDEO_CX25840
+ select VIDEO_CX2341X
+ select DVB_DIB7000P if !DVB_FE_CUSTOMISE
select MEDIA_TUNER_MT2131 if !DVB_FE_CUSTOMISE
select DVB_S5H1409 if !DVB_FE_CUSTOMISE
select DVB_LGDT330X if !DVB_FE_CUSTOMISE
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists