diff options
author | Josh Boyer <jwboyer@linux.vnet.ibm.com> | 2007-05-08 07:28:38 +1000 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2007-05-08 11:54:20 +1000 |
commit | cb9e4d10c448a388babd9dfbfa2b8bb1c5bbf84f (patch) | |
tree | eff87a1b21f176dd39e1a1bb0c88c1e73156ea88 /arch/powerpc/Kconfig | |
parent | 05ad6a9159401804c9bcec8922a9c4a1cb2bfb59 (diff) | |
download | kernel-crypto-cb9e4d10c448a388babd9dfbfa2b8bb1c5bbf84f.tar.gz kernel-crypto-cb9e4d10c448a388babd9dfbfa2b8bb1c5bbf84f.tar.xz kernel-crypto-cb9e4d10c448a388babd9dfbfa2b8bb1c5bbf84f.zip |
[POWERPC] Add support for 750CL Holly board
Add PowerPC 750 Holly/Hickory platform support
Signed-off-by: Stephen Winiecki <stevewin@us.ibm.com>
Signed-off-by: Josh Boyer <jwboyer@linux.vnet.ibm.com>
Acked-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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index 49b1ea275eb..5ada5b45cbb 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig @@ -664,7 +664,7 @@ config MCA config PCI bool "PCI support" if 40x || CPM2 || PPC_83xx || PPC_85xx || PPC_86xx \ || PPC_MPC52xx || (EMBEDDED && (PPC_PSERIES || PPC_ISERIES)) \ - || MPC7448HPC2 || PPC_PS3 + || MPC7448HPC2 || PPC_PS3 || PPC_HOLLY default y if !40x && !CPM2 && !8xx && !APUS && !PPC_83xx \ && !PPC_85xx && !PPC_86xx default PCI_PERMEDIA if !4xx && !CPM2 && !8xx && APUS |