diff options
author | Sean MacLennan <smaclennan@pikatech.com> | 2008-01-22 04:55:29 +1100 |
---|---|---|
committer | Josh Boyer <jwboyer@linux.vnet.ibm.com> | 2008-01-25 07:09:42 -0600 |
commit | f9bdedb2c5f2952f33e4f88038e5c48e27144cda (patch) | |
tree | c4386c4962449aa364281e38e0bfc03cb2b20eaa /arch/powerpc/Kconfig | |
parent | 3f8fc3e0c7445dab78a81d68d995e9150f895d7e (diff) | |
download | kernel-crypto-f9bdedb2c5f2952f33e4f88038e5c48e27144cda.tar.gz kernel-crypto-f9bdedb2c5f2952f33e4f88038e5c48e27144cda.tar.xz kernel-crypto-f9bdedb2c5f2952f33e4f88038e5c48e27144cda.zip |
[POWERPC] 4xx: PIKA Warp base platform
Add the base platform support for the PIKA Warp boards.
Signed-off-by: Sean MacLennan <smaclennan@pikatech.com>
Signed-off-by: Josh Boyer <jwboyer@linux.vnet.ibm.com>
Diffstat (limited to 'arch/powerpc/Kconfig')
-rw-r--r-- | arch/powerpc/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index 9ae800d81f8..5e1083829d8 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig @@ -480,7 +480,7 @@ config MCA config PCI bool "PCI support" if 40x || CPM2 || PPC_83xx || PPC_85xx || PPC_86xx \ || PPC_MPC52xx || (EMBEDDED && (PPC_PSERIES || PPC_ISERIES)) \ - || PPC_PS3 + || PPC_PS3 || 44x default y if !40x && !CPM2 && !8xx && !PPC_83xx \ && !PPC_85xx && !PPC_86xx default PCI_PERMEDIA if !4xx && !CPM2 && !8xx |