diff options
author | Josh Boyer <jwboyer@linux.vnet.ibm.com> | 2007-05-07 17:28:38 -0400 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2007-05-07 21:54:20 -0400 |
commit | cb9e4d10c448a388babd9dfbfa2b8bb1c5bbf84f (patch) | |
tree | eff87a1b21f176dd39e1a1bb0c88c1e73156ea88 /arch/powerpc/Kconfig | |
parent | 05ad6a9159401804c9bcec8922a9c4a1cb2bfb59 (diff) |
[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 49b1ea275eba..5ada5b45cbb1 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig | |||
@@ -664,7 +664,7 @@ config MCA | |||
664 | config PCI | 664 | config PCI |
665 | bool "PCI support" if 40x || CPM2 || PPC_83xx || PPC_85xx || PPC_86xx \ | 665 | bool "PCI support" if 40x || CPM2 || PPC_83xx || PPC_85xx || PPC_86xx \ |
666 | || PPC_MPC52xx || (EMBEDDED && (PPC_PSERIES || PPC_ISERIES)) \ | 666 | || PPC_MPC52xx || (EMBEDDED && (PPC_PSERIES || PPC_ISERIES)) \ |
667 | || MPC7448HPC2 || PPC_PS3 | 667 | || MPC7448HPC2 || PPC_PS3 || PPC_HOLLY |
668 | default y if !40x && !CPM2 && !8xx && !APUS && !PPC_83xx \ | 668 | default y if !40x && !CPM2 && !8xx && !APUS && !PPC_83xx \ |
669 | && !PPC_85xx && !PPC_86xx | 669 | && !PPC_85xx && !PPC_86xx |
670 | default PCI_PERMEDIA if !4xx && !CPM2 && !8xx && APUS | 670 | default PCI_PERMEDIA if !4xx && !CPM2 && !8xx && APUS |