summaryrefslogtreecommitdiff
path: root/arch/powerpc/platforms/Kconfig.cputype
diff options
context:
space:
mode:
authorSylvain Munaut <tnt@246tNt.com>2007-09-16 10:53:25 (GMT)
committerGrant Likely <grant.likely@secretlab.ca>2007-10-16 23:09:21 (GMT)
commit1088a20998a1091b22b42cf3dc2f5f1be4faaead (patch)
treeeb0c99f67c4b6dc38766a1808602098e6023161e /arch/powerpc/platforms/Kconfig.cputype
parentd4697af4f3cc63f9f4d62022d79021138ecc0499 (diff)
downloadlinux-1088a20998a1091b22b42cf3dc2f5f1be4faaead.tar.xz
[POWERPC] rheap: Changes config mechanism
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@246tNt.com> Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Diffstat (limited to 'arch/powerpc/platforms/Kconfig.cputype')
-rw-r--r--arch/powerpc/platforms/Kconfig.cputype1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/Kconfig.cputype b/arch/powerpc/platforms/Kconfig.cputype
index 4c315be..3c7325e 100644
--- a/arch/powerpc/platforms/Kconfig.cputype
+++ b/arch/powerpc/platforms/Kconfig.cputype
@@ -37,6 +37,7 @@ config PPC_8xx
select FSL_SOC
select 8xx
select WANT_DEVICE_TREE
+ select PPC_LIB_RHEAP
config 40x
bool "AMCC 40x"