diff options
author | Grant Likely <grant.likely@secretlab.ca> | 2006-11-27 14:16:28 -0700 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2006-12-04 20:41:44 +1100 |
commit | 6b64253139a20b7db1f701a9117bc5174eb878bc (patch) | |
tree | ca2932442c5b5fad4eb7179c0e22fa2ad6b353f1 /arch/powerpc/Kconfig | |
parent | 6065170cf75c64267f6edec5fd359ce8444bd13d (diff) |
[POWERPC] Add lite5200 board support to arch/powerpc
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Acked-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 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index a6bc221ad1b0..7b63ede083f2 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig @@ -423,6 +423,12 @@ config PPC_EFIKA select PPC_NATIVE default y +config PPC_LITE5200 + bool "Freescale Lite5200 Eval Board" + depends on PPC_MULTIPLATFORM && PPC32 + select PPC_MPC52xx + default n + config PPC_PMAC bool "Apple PowerMac based machines" depends on PPC_MULTIPLATFORM |