diff options
author | Stefan Roese <sr@denx.de> | 2007-12-01 05:19:55 -0500 |
---|---|---|
committer | Josh Boyer <jwboyer@linux.vnet.ibm.com> | 2007-12-23 14:31:22 -0500 |
commit | cdb159af9dc345814832438b3df9220a5fe362e6 (patch) | |
tree | d8e017bdc4f4cb1b9496516cab1c206c933bc6b0 /arch/powerpc/platforms/40x | |
parent | f4151b9ba87901eb3a7bc49f418cc352d4e1927e (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/40x')
-rw-r--r-- | arch/powerpc/platforms/40x/Kconfig | 6 |
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 | |||
100 | config 405EP | 101 | config 405EP |
101 | bool | 102 | bool |
102 | 103 | ||
104 | config 405EX | ||
105 | bool | ||
106 | select IBM_NEW_EMAC_EMAC4 | ||
107 | select IBM_NEW_EMAC_RGMII | ||
108 | |||
103 | config 405GPR | 109 | config 405GPR |
104 | bool | 110 | bool |
105 | 111 | ||