diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2007-03-16 09:14:08 -0500 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2007-03-22 10:07:32 -0500 |
commit | 35a1245ad09412ffba2f17631a9fb3cae3d5a5ac (patch) | |
tree | 4c3f5a1f9c6a35ebafc013db25553ba3e408a2fa /arch/powerpc/platforms/pasemi/Kconfig | |
parent | fd42c717510cd65529ccb46ccfa71fe4dde9fbd9 (diff) | |
download | kernel-crypto-35a1245ad09412ffba2f17631a9fb3cae3d5a5ac.tar.gz kernel-crypto-35a1245ad09412ffba2f17631a9fb3cae3d5a5ac.tar.xz kernel-crypto-35a1245ad09412ffba2f17631a9fb3cae3d5a5ac.zip |
[POWERPC] Split several platforms into their respective Kconfig file
Moved pseries, iseries, chrp, prep, maple and pasemi into their respective
arch/powerpc/platform/*/Kconfig files out of arch/powerpc/Kconfig
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/platforms/pasemi/Kconfig')
-rw-r--r-- | arch/powerpc/platforms/pasemi/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/pasemi/Kconfig b/arch/powerpc/platforms/pasemi/Kconfig index 68dc529dfd2..64e55250ef4 100644 --- a/arch/powerpc/platforms/pasemi/Kconfig +++ b/arch/powerpc/platforms/pasemi/Kconfig @@ -1,3 +1,15 @@ +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 + select PPC_NATIVE + help + This option enables support for PA Semi's PWRficient line + of SoC processors, including PA6T-1682M + menu "PA Semi PWRficient options" depends on PPC_PASEMI |