[PATCH v2 2/7] rheap: Changes config mechanism

Kumar Gala galak at kernel.crashing.org
Mon Oct 15 23:43:27 EST 2007


On Oct 13, 2007, at 11:41 PM, Grant Likely wrote:

> From: Sylvain Munaut <tnt at 246tNt.com>
>
> Instead of having in the makefile all the option that
> requires rheap, we define a configuration symbol
> and when needed we make sure it's selected.
>
> Signed-off-by: Sylvain Munaut <tnt at 246tNt.com>
> Signed-off-by: Grant Likely <grant.likely at secretlab.ca>
> ---
>
>  arch/powerpc/Kconfig                   |    4 ++++
>  arch/powerpc/lib/Makefile              |    5 +----
>  arch/powerpc/platforms/Kconfig         |    2 ++
>  arch/powerpc/platforms/Kconfig.cputype |    1 +
>  arch/ppc/Kconfig                       |    6 ++++++
>  5 files changed, 14 insertions(+), 4 deletions(-)
>
> diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig
> index 037664d..8300e6a 100644
> --- a/arch/powerpc/Kconfig
> +++ b/arch/powerpc/Kconfig
> @@ -698,3 +698,7 @@ source "crypto/Kconfig"
>  config PPC_CLOCK
>  	bool
>  	default n
> +
> +config PPC_LIB_RHEAP

we should really have help for this option.

> +	bool
> +

- k



More information about the Linuxppc-dev mailing list