diff options
author | Nicolas DET <nd@bplan-gmbh.de> | 2006-11-05 06:57:16 -0500 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2006-11-12 22:45:04 -0500 |
commit | c37858d333a50815c74349396e31a535f4128e0b (patch) | |
tree | e277f9aaf79196855ef984d99f1288ca66eab051 /arch/powerpc/Kconfig | |
parent | 0f6c95dcabdaa8fdc95b125582bd12625adfbde6 (diff) |
[PATCH] Add Efika platform support
Add Efika (http://www.bplan-gmbh.de/efika_spec_en.html) platform
support for arch/powerpc.
Signed-off-by: Nicolas DET <nd@bplan-gmbh.de>
Acked-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/Kconfig')
-rw-r--r-- | arch/powerpc/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index 7107d472413f..a41d191bf1be 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig | |||
@@ -386,6 +386,14 @@ config PPC_CHRP | |||
386 | select PPC_UDBG_16550 | 386 | select PPC_UDBG_16550 |
387 | default y | 387 | default y |
388 | 388 | ||
389 | config PPC_EFIKA | ||
390 | bool "bPlan Efika 5k2. MPC5200B based computer" | ||
391 | depends on PPC_MULTIPLATFORM && PPC32 | ||
392 | select PPC_RTAS | ||
393 | select RTAS_PROC | ||
394 | select PPC_MPC52xx | ||
395 | default y | ||
396 | |||
389 | config PPC_PMAC | 397 | config PPC_PMAC |
390 | bool "Apple PowerMac based machines" | 398 | bool "Apple PowerMac based machines" |
391 | depends on PPC_MULTIPLATFORM | 399 | depends on PPC_MULTIPLATFORM |