aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2007-12-01 05:19:55 -0500
committerJosh Boyer <jwboyer@linux.vnet.ibm.com>2007-12-23 14:31:22 -0500
commitcdb159af9dc345814832438b3df9220a5fe362e6 (patch)
treed8e017bdc4f4cb1b9496516cab1c206c933bc6b0 /arch/powerpc/platforms
parentf4151b9ba87901eb3a7bc49f418cc352d4e1927e (diff)
[POWERPC] 4xx: Add 405EX CPU type needed for EMAC support on Kilauea
For EMAC support, 405EX needs to be defined to enable the corresponding EMAC features (IBM_NEW_EMAC_EMAC4, etc.). Signed-off-by: Stefan Roese <sr@denx.de> Signed-off-by: Josh Boyer <jwboyer@linux.vnet.ibm.com>
Diffstat (limited to 'arch/powerpc/platforms')
-rw-r--r--arch/powerpc/platforms/40x/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/40x/Kconfig b/arch/powerpc/platforms/40x/Kconfig
index 84551ab979f0..bdc3e8741fc7 100644
--- a/arch/powerpc/platforms/40x/Kconfig
+++ b/arch/powerpc/platforms/40x/Kconfig
@@ -27,6 +27,7 @@ config KILAUEA
27 bool "Kilauea" 27 bool "Kilauea"
28 depends on 40x 28 depends on 40x
29 default n 29 default n
30 select 405EX
30 help 31 help
31 This option enables support for the AMCC PPC405EX evaluation board. 32 This option enables support for the AMCC PPC405EX evaluation board.
32 33
@@ -100,6 +101,11 @@ config 405GP
100config 405EP 101config 405EP
101 bool 102 bool
102 103
104config 405EX
105 bool
106 select IBM_NEW_EMAC_EMAC4
107 select IBM_NEW_EMAC_RGMII
108
103config 405GPR 109config 405GPR
104 bool 110 bool
105 111