diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2007-03-15 19:13:20 -0400 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2007-03-22 11:03:23 -0400 |
commit | 5396132cf90423d988bde340987ba21a27b787d7 (patch) | |
tree | 13319cff77eb9a614d73fce030cf0678505bad5c /arch/powerpc/Kconfig | |
parent | 4002aca771a2aa2848e94a98cf51a2cae4e77ae0 (diff) |
[POWERPC] Split 52xx platforms into their own Kconfig file
Cleaning up arch/powerpc/Kconfig platform support.
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/Kconfig')
-rw-r--r-- | arch/powerpc/Kconfig | 34 |
1 files changed, 1 insertions, 33 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index e7205273ff37..b9bffe769d3f 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig | |||
@@ -432,39 +432,7 @@ config PPC_CHRP | |||
432 | select PPC_NATIVE | 432 | select PPC_NATIVE |
433 | default y | 433 | default y |
434 | 434 | ||
435 | config PPC_MPC52xx | 435 | source "arch/powerpc/platforms/52xx/Kconfig" |
436 | bool | ||
437 | default n | ||
438 | |||
439 | config PPC_MPC5200 | ||
440 | bool | ||
441 | select PPC_MPC52xx | ||
442 | default n | ||
443 | |||
444 | config PPC_MPC5200_BUGFIX | ||
445 | bool "MPC5200 (L25R) bugfix support" | ||
446 | depends on PPC_MPC5200 | ||
447 | default n | ||
448 | help | ||
449 | Enable workarounds for original MPC5200 errata. This is not required | ||
450 | for MPC5200B based boards. | ||
451 | |||
452 | It is safe to say 'Y' here | ||
453 | |||
454 | config PPC_EFIKA | ||
455 | bool "bPlan Efika 5k2. MPC5200B based computer" | ||
456 | depends on PPC_MULTIPLATFORM && PPC32 | ||
457 | select PPC_RTAS | ||
458 | select RTAS_PROC | ||
459 | select PPC_MPC52xx | ||
460 | select PPC_NATIVE | ||
461 | default n | ||
462 | |||
463 | config PPC_LITE5200 | ||
464 | bool "Freescale Lite5200 Eval Board" | ||
465 | depends on PPC_MULTIPLATFORM && PPC32 | ||
466 | select PPC_MPC5200 | ||
467 | default n | ||
468 | 436 | ||
469 | config PPC_PMAC | 437 | config PPC_PMAC |
470 | bool "Apple PowerMac based machines" | 438 | bool "Apple PowerMac based machines" |