diff options
author | Grant Likely <grant.likely@secretlab.ca> | 2006-11-27 16:16:24 -0500 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2006-12-04 04:41:37 -0500 |
commit | d4150248fc769c7a69c61cb9d95dfac14950d8cf (patch) | |
tree | e30a4f8b4c5dcfe6418fb654579e5daa421244f1 /arch/powerpc/Kconfig | |
parent | 39d074b2e4b89c914c00dfd9987672e2dea92f19 (diff) |
[POWERPC] Put mpc52xx support file in platforms/52xx
platforms/embedded6xx is probably going away, and 52xx boards need
some extra support the 52xx interrupt controller and DMA engine
anyway. It makes sense to group all the 52xx bits into a single path.
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/Kconfig')
-rw-r--r-- | arch/powerpc/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index 836caf1e9439..a6bc221ad1b0 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig | |||
@@ -410,6 +410,10 @@ config PPC_CHRP | |||
410 | select PPC_NATIVE | 410 | select PPC_NATIVE |
411 | default y | 411 | default y |
412 | 412 | ||
413 | config PPC_MPC52xx | ||
414 | bool | ||
415 | default n | ||
416 | |||
413 | config PPC_EFIKA | 417 | config PPC_EFIKA |
414 | bool "bPlan Efika 5k2. MPC5200B based computer" | 418 | bool "bPlan Efika 5k2. MPC5200B based computer" |
415 | depends on PPC_MULTIPLATFORM && PPC32 | 419 | depends on PPC_MULTIPLATFORM && PPC32 |