diff options
author | Olof Johansson <olof@lixom.net> | 2006-09-06 14:42:08 -0500 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2006-09-13 18:39:53 +1000 |
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 904798fd4e7..c9dcec7f3c6 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig @@ -413,6 +413,17 @@ config PPC_MAPLE This option enables support for the Maple 970FX Evaluation Board. For more informations, refer to <http://www.970eval.com> +config PPC_PASEMI + depends on PPC_MULTIPLATFORM && PPC64 + bool "PA Semi SoC-based platforms" + default n + select MPIC + select PPC_UDBG_16550 + select GENERIC_TBSYNC + help + This option enables support for PA Semi's PWRficient line + of SoC processors, including PA6T-1682M + config PPC_CELL bool default n |