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/platforms/embedded6xx/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/platforms/embedded6xx/Kconfig')
-rw-r--r-- | arch/powerpc/platforms/embedded6xx/Kconfig | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/arch/powerpc/platforms/embedded6xx/Kconfig b/arch/powerpc/platforms/embedded6xx/Kconfig index 9557908ef545..8f3c2a73e165 100644 --- a/arch/powerpc/platforms/embedded6xx/Kconfig +++ b/arch/powerpc/platforms/embedded6xx/Kconfig | |||
@@ -20,16 +20,24 @@ config MPC7448HPC2 | |||
20 | select TSI108_BRIDGE | 20 | select TSI108_BRIDGE |
21 | select DEFAULT_UIMAGE | 21 | select DEFAULT_UIMAGE |
22 | select PPC_UDBG_16550 | 22 | select PPC_UDBG_16550 |
23 | select MPIC | ||
24 | select MPIC_WEIRD | ||
25 | help | 23 | help |
26 | Select MPC7448HPC2 if configuring for Freescale MPC7448HPC2 (Taiga) | 24 | Select MPC7448HPC2 if configuring for Freescale MPC7448HPC2 (Taiga) |
27 | platform | 25 | platform |
26 | |||
27 | config PPC_HOLLY | ||
28 | bool "PPC750GX/CL with TSI10x bridge (Hickory/Holly)" | ||
29 | select TSI108_BRIDGE | ||
30 | select PPC_UDBG_16550 | ||
31 | help | ||
32 | Select PPC_HOLLY if configuring for an IBM 750GX/CL Eval | ||
33 | Board with TSI108/9 bridge (Hickory/Holly) | ||
28 | endchoice | 34 | endchoice |
29 | 35 | ||
30 | config TSI108_BRIDGE | 36 | config TSI108_BRIDGE |
31 | bool | 37 | bool |
32 | depends on MPC7448HPC2 | 38 | depends on MPC7448HPC2 || PPC_HOLLY |
39 | select MPIC | ||
40 | select MPIC_WEIRD | ||
33 | default y | 41 | default y |
34 | 42 | ||
35 | config MPC10X_BRIDGE | 43 | config MPC10X_BRIDGE |