diff options
author | Olof Johansson <olof@lixom.net> | 2006-09-06 15:42:08 -0400 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2006-09-13 04:39:53 -0400 |
commit | 1e76875e51266a5c43f601ecf08a92be5769228c (patch) | |
tree | 62867c80d57bd5fc335917dc0c2bcd26dfcc934b /arch/powerpc/Kconfig | |
parent | b3ebd1d862d6c23caa58e40d341eefc426f835e1 (diff) |
[POWERPC] powerpc: PA Semi PWRficient platform support
Base patch for PA6T and PA6T-1682M. This introduces the
arch/powerpc/platform/pasemi directory, together with basic
implementations for various setup.
Much of this was based on other platform code, i.e. Maple, etc.
Signed-off-by: Olof Johansson <olof@lixom.net>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/Kconfig')
-rw-r--r-- | arch/powerpc/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index 904798fd4e74..c9dcec7f3c61 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig | |||
@@ -413,6 +413,17 @@ config PPC_MAPLE | |||
413 | This option enables support for the Maple 970FX Evaluation Board. | 413 | This option enables support for the Maple 970FX Evaluation Board. |
414 | For more informations, refer to <http://www.970eval.com> | 414 | For more informations, refer to <http://www.970eval.com> |
415 | 415 | ||
416 | config PPC_PASEMI | ||
417 | depends on PPC_MULTIPLATFORM && PPC64 | ||
418 | bool "PA Semi SoC-based platforms" | ||
419 | default n | ||
420 | select MPIC | ||
421 | select PPC_UDBG_16550 | ||
422 | select GENERIC_TBSYNC | ||
423 | help | ||
424 | This option enables support for PA Semi's PWRficient line | ||
425 | of SoC processors, including PA6T-1682M | ||
426 | |||
416 | config PPC_CELL | 427 | config PPC_CELL |
417 | bool | 428 | bool |
418 | default n | 429 | default n |