diff options
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 | |||
423 | select PPC_NATIVE | 423 | select PPC_NATIVE |
424 | default y | 424 | default y |
425 | 425 | ||
426 | config PPC_LITE5200 | ||
427 | bool "Freescale Lite5200 Eval Board" | ||
428 | depends on PPC_MULTIPLATFORM && PPC32 | ||
429 | select PPC_MPC52xx | ||
430 | default n | ||
431 | |||
426 | config PPC_PMAC | 432 | config PPC_PMAC |
427 | bool "Apple PowerMac based machines" | 433 | bool "Apple PowerMac based machines" |
428 | depends on PPC_MULTIPLATFORM | 434 | depends on PPC_MULTIPLATFORM |