linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* RE: [PATCH 1/6] [DVB] Kconfig and Makefile updates
@ 2003-07-29 10:05 Frederick, Fabian
  2003-07-29 10:16 ` Roman Zippel
  0 siblings, 1 reply; 5+ messages in thread
From: Frederick, Fabian @ 2003-07-29 10:05 UTC (permalink / raw)
  To: Roman Zippel; +Cc: linux-kernel

Roman,

	Does \t a standard for menu entries definition ? I keep seeing
multiple spaces in some places which can be troublesome to kernelServer for
instance.

Regards,
Fabian

-----Message d'origine-----
De : Roman Zippel [mailto:zippel@linux-m68k.org]
Envoyé : mardi 29 juillet 2003 11:58
À : Michael Hunold
Cc : linux-kernel@vger.kernel.org; alan@lxorguk.ukuu.org.uk;
torvalds@osdl.org
Objet : Re: [PATCH 1/6] [DVB] Kconfig and Makefile updates


Hi,

On Tue, 29 Jul 2003, Michael Hunold wrote:

>  config VIDEO_SAA7146
>          tristate
> -        default y if DVB_AV7110=y || DVB_BUDGET=y || DVB_BUDGET_AV=y ||
VIDEO_MXB=y || VIDEO_DPC=y
> -        default m if DVB_AV7110=m || DVB_BUDGET=m || DVB_BUDGET_AV=m ||
VIDEO_MXB=m || VIDEO_DPC=m
> -        depends on VIDEO_DEV && PCI
> +        default y if DVB_AV7110=y || DVB_BUDGET=y || DVB_BUDGET_AV=y ||
VIDEO_MXB=y || VIDEO_DPC=y || VIDEO_HEXIUM_ORION=y || VIDEO_HEXIUM_GEMINI=y
> +        default m if DVB_AV7110=m || DVB_BUDGET=m || DVB_BUDGET_AV=m ||
VIDEO_MXB=m || VIDEO_DPC=m || VIDEO_HEXIUM_ORION=m || VIDEO_HEXIUM_GEMINI=m
> +        depends on VIDEO_DEV && PCI && I2C

You can change this also into:

config VIDEO_SAA7146
	def_tristate DVB_AV7110 || DVB_BUDGET || DVB_BUDGET_AV || \
		     VIDEO_MXB || VIDEO_DPC || VIDEO_HEXIUM_ORION || \
		     VIDEO_HEXIUM_GEMINI
	depends on VIDEO_DEV && PCI && I2C

bye, Roman

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

^ permalink raw reply	[flat|nested] 5+ messages in thread

* RE: [PATCH 1/6] [DVB] Kconfig and Makefile updates
  2003-07-29 10:05 [PATCH 1/6] [DVB] Kconfig and Makefile updates Frederick, Fabian
@ 2003-07-29 10:16 ` Roman Zippel
  0 siblings, 0 replies; 5+ messages in thread
From: Roman Zippel @ 2003-07-29 10:16 UTC (permalink / raw)
  To: Frederick, Fabian; +Cc: linux-kernel

Hi,

On Tue, 29 Jul 2003, Frederick, Fabian wrote:

> 	Does \t a standard for menu entries definition ?

No.

> I keep seeing
> multiple spaces in some places which can be troublesome to kernelServer for
> instance.

You really shouldn't parse the Kconfig files yourself, use the library for 
this.

bye, Roman


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH 1/6] [DVB] Kconfig and Makefile updates
  2003-07-29  9:58 ` Roman Zippel
@ 2003-07-29 10:02   ` Michael Hunold
  0 siblings, 0 replies; 5+ messages in thread
From: Michael Hunold @ 2003-07-29 10:02 UTC (permalink / raw)
  To: Roman Zippel; +Cc: linux-kernel, alan, torvalds

Hello Roman,

> You can change this also into:
> 
> config VIDEO_SAA7146
> 	def_tristate DVB_AV7110 || DVB_BUDGET || DVB_BUDGET_AV || \
> 		     VIDEO_MXB || VIDEO_DPC || VIDEO_HEXIUM_ORION || \
> 		     VIDEO_HEXIUM_GEMINI
> 	depends on VIDEO_DEV && PCI && I2C

Thanks! I've submitted it to our CVS, it will be in the next patchset.

> bye, Roman

CU
Michael.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH 1/6] [DVB] Kconfig and Makefile updates
  2003-07-29  9:30 Michael Hunold
@ 2003-07-29  9:58 ` Roman Zippel
  2003-07-29 10:02   ` Michael Hunold
  0 siblings, 1 reply; 5+ messages in thread
From: Roman Zippel @ 2003-07-29  9:58 UTC (permalink / raw)
  To: Michael Hunold; +Cc: linux-kernel, alan, torvalds

Hi,

On Tue, 29 Jul 2003, Michael Hunold wrote:

>  config VIDEO_SAA7146
>          tristate
> -        default y if DVB_AV7110=y || DVB_BUDGET=y || DVB_BUDGET_AV=y || VIDEO_MXB=y || VIDEO_DPC=y
> -        default m if DVB_AV7110=m || DVB_BUDGET=m || DVB_BUDGET_AV=m || VIDEO_MXB=m || VIDEO_DPC=m
> -        depends on VIDEO_DEV && PCI
> +        default y if DVB_AV7110=y || DVB_BUDGET=y || DVB_BUDGET_AV=y || VIDEO_MXB=y || VIDEO_DPC=y || VIDEO_HEXIUM_ORION=y || VIDEO_HEXIUM_GEMINI=y
> +        default m if DVB_AV7110=m || DVB_BUDGET=m || DVB_BUDGET_AV=m || VIDEO_MXB=m || VIDEO_DPC=m || VIDEO_HEXIUM_ORION=m || VIDEO_HEXIUM_GEMINI=m
> +        depends on VIDEO_DEV && PCI && I2C

You can change this also into:

config VIDEO_SAA7146
	def_tristate DVB_AV7110 || DVB_BUDGET || DVB_BUDGET_AV || \
		     VIDEO_MXB || VIDEO_DPC || VIDEO_HEXIUM_ORION || \
		     VIDEO_HEXIUM_GEMINI
	depends on VIDEO_DEV && PCI && I2C

bye, Roman


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [PATCH 1/6] [DVB] Kconfig and Makefile updates
@ 2003-07-29  9:30 Michael Hunold
  2003-07-29  9:58 ` Roman Zippel
  0 siblings, 1 reply; 5+ messages in thread
From: Michael Hunold @ 2003-07-29  9:30 UTC (permalink / raw)
  To: linux-kernel, alan, torvalds

Hi all,

here comes a set of 6 small patches for the DVB subsystem against
2.6.0-test2, sized between 1kB and 6kB.

They fix various aspects in different parts of
the driver. Detailed descriptions are at the top of each patch.

Please apply. Thanks!

CU
Michael.

[V4L] - make sure saa7146 module gets build for Hexium drivers
[V4L] - make Hexium drivers depend on the i2c layer
[DVB] - fix typo which prevented the mt312 driver from being build (obi <=> obj)
diff -uNrwB --new-file linux-2.6.0-test2.work/drivers/media/common/Kconfig linux-2.6.0-test2.patch/drivers/media/common/Kconfig
--- linux-2.6.0-test2.work/drivers/media/common/Kconfig	2003-07-29 09:10:19.000000000 +0200
+++ linux-2.6.0-test2.patch/drivers/media/common/Kconfig	2003-07-17 11:03:08.000000000 +0200
@@ -1,8 +1,8 @@
 config VIDEO_SAA7146
         tristate
-        default y if DVB_AV7110=y || DVB_BUDGET=y || DVB_BUDGET_AV=y || VIDEO_MXB=y || VIDEO_DPC=y
-        default m if DVB_AV7110=m || DVB_BUDGET=m || DVB_BUDGET_AV=m || VIDEO_MXB=m || VIDEO_DPC=m
-        depends on VIDEO_DEV && PCI
+        default y if DVB_AV7110=y || DVB_BUDGET=y || DVB_BUDGET_AV=y || VIDEO_MXB=y || VIDEO_DPC=y || VIDEO_HEXIUM_ORION=y || VIDEO_HEXIUM_GEMINI=y
+        default m if DVB_AV7110=m || DVB_BUDGET=m || DVB_BUDGET_AV=m || VIDEO_MXB=m || VIDEO_DPC=m || VIDEO_HEXIUM_ORION=m || VIDEO_HEXIUM_GEMINI=m
+        depends on VIDEO_DEV && PCI && I2C
 
 config VIDEO_VIDEOBUF
         tristate
diff -uNrwB --new-file linux-2.6.0-test2.work/drivers/media/dvb/frontends/Makefile linux-2.6.0-test2.patch/drivers/media/dvb/frontends/Makefile
--- linux-2.6.0-test2.work/drivers/media/dvb/frontends/Makefile	2003-07-29 09:10:18.000000000 +0200
+++ linux-2.6.0-test2.patch/drivers/media/dvb/frontends/Makefile	2003-07-29 09:17:53.000000000 +0200
@@ -12,6 +12,6 @@
 obj-$(CONFIG_DVB_CX24110) += cx24110.o
 obj-$(CONFIG_DVB_GRUNDIG_29504_491) += grundig_29504-491.o
 obj-$(CONFIG_DVB_GRUNDIG_29504_401) += grundig_29504-401.o
-obi-$(CONFIG_DVB_MT312) += mt312.o
+obj-$(CONFIG_DVB_MT312) += mt312.o
 obj-$(CONFIG_DVB_VES1820) += ves1820.o
 obj-$(CONFIG_DVB_TDA1004X) += tda1004x.o
diff -uNrwB --new-file linux-2.6.0-test2.work/drivers/media/video/Kconfig linux-2.6.0-test2.patch/drivers/media/video/Kconfig
--- linux-2.6.0-test2.work/drivers/media/video/Kconfig	2003-07-29 09:10:18.000000000 +0200
+++ linux-2.6.0-test2.patch/drivers/media/video/Kconfig	2003-07-17 11:03:08.000000000 +0200
@@ -259,7 +259,7 @@
 
 config VIDEO_HEXIUM_ORION
 	tristate "Hexium HV-PCI6 and Orion frame grabber"
-	depends on VIDEO_DEV && PCI
+	depends on VIDEO_DEV && PCI && I2C
 	---help---
 	  This is a video4linux driver for the Hexium HV-PCI6 and
 	  Orion frame grabber cards by Hexium.
@@ -271,7 +271,7 @@
 
 config VIDEO_HEXIUM_GEMINI
 	tristate "Hexium Gemini frame grabber"
-	depends on VIDEO_DEV && PCI
+	depends on VIDEO_DEV && PCI && I2C
 	---help---
 	  This is a video4linux driver for the Hexium Gemini frame
 	  grabber card by Hexium. Please note that the Gemini Dual


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2003-07-29 10:16 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-07-29 10:05 [PATCH 1/6] [DVB] Kconfig and Makefile updates Frederick, Fabian
2003-07-29 10:16 ` Roman Zippel
  -- strict thread matches above, loose matches on Subject: below --
2003-07-29  9:30 Michael Hunold
2003-07-29  9:58 ` Roman Zippel
2003-07-29 10:02   ` Michael Hunold

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).