Re: [PATCH] Start to genericize kconfig for use by other projects.

From: Roman Zippel
Date: Thu Jul 12 2007 - 12:28:37 EST


Hi,

On Wed, 11 Jul 2007, Rob Landley wrote:

> Replace name "Linux Kernel" in menuconfig with a macro (defaulting to "Linux
> Kernel" if not -Ddefined by the makefile), and remove a few unnecessary
> occurrences of "kernel" in pop-up text.

Could you drop the PROJECT_NAME changes for now? The rest looks fine.
I would prefer if the project would be settable via Kconfig.
If you want to play with it add this to Kconfig:

config PROJECT_NAME
string
default "Linux kernel"

and at the end of conf_parse() you can lookup, calculate and cache the
value.

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