RE: [PATCH 1/6] [DVB] Kconfig and Makefile updates

From: Frederick, Fabian (Fabian.Frederick@prov-liege.be)
Date: Tue Jul 29 2003 - 05:05:04 EST


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/
-
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/



This archive was generated by hypermail 2b29 : Thu Jul 31 2003 - 22:00:39 EST