Skip to content

Commit

Permalink
[POWERPC] 4xx: Add 405EX CPU type needed for EMAC support on Kilauea
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Stefan Roese authored and Josh Boyer committed Dec 23, 2007
1 parent f4151b9 commit cdb159a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions arch/powerpc/platforms/40x/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ config KILAUEA
bool "Kilauea"
depends on 40x
default n
select 405EX
help
This option enables support for the AMCC PPC405EX evaluation board.

Expand Down Expand Up @@ -100,6 +101,11 @@ config 405GP
config 405EP
bool

config 405EX
bool
select IBM_NEW_EMAC_EMAC4
select IBM_NEW_EMAC_RGMII

config 405GPR
bool

Expand Down

0 comments on commit cdb159a

Please sign in to comment.