aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/44x/Kconfig
diff options
context:
space:
mode:
authorJosh Boyer <jwboyer@linux.vnet.ibm.com>2008-08-19 11:27:01 -0400
committerJosh Boyer <jwboyer@linux.vnet.ibm.com>2008-08-28 09:10:35 -0400
commitded563cf458e7803536f9d7b6bc5d808a6e37f21 (patch)
tree040f943353c1dce5cbec9cec6dabb63badfd710a /arch/powerpc/platforms/44x/Kconfig
parent4f19a897c740e2a2e98f40b60055d56d8e437f6f (diff)
powerpc/44x: Add explicit support for AMCC Glacier
Add explicit support for the AMCC Glacier eval board to Kconfig and the ppc44x_simple file. Also removes the cayonlands compatible entry from the DTS file. Signed-off-by: Josh Boyer <jwboyer@linux.vnet.ibm.com>
Diffstat (limited to 'arch/powerpc/platforms/44x/Kconfig')
-rw-r--r--arch/powerpc/platforms/44x/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/44x/Kconfig b/arch/powerpc/platforms/44x/Kconfig
index e0bea834bfe5..f8ef279f3256 100644
--- a/arch/powerpc/platforms/44x/Kconfig
+++ b/arch/powerpc/platforms/44x/Kconfig
@@ -92,6 +92,17 @@ config CANYONLANDS
92 help 92 help
93 This option enables support for the AMCC PPC460EX evaluation board. 93 This option enables support for the AMCC PPC460EX evaluation board.
94 94
95config GLACIER
96 bool "Glacier"
97 depends on 44x
98 default n
99 select PPC44x_SIMPLE
100 select 460EX # Odd since it uses 460GT but the effects are the same
101 select PCI
102 select PPC4xx_PCI_EXPRESS
103 help
104 This option enables support for the AMCC PPC460GT evaluation board.
105
95config YOSEMITE 106config YOSEMITE
96 bool "Yosemite" 107 bool "Yosemite"
97 depends on 44x 108 depends on 44x