[PATCH 1/3] 4xx: Add 405EX CPU type needed for EMAC support on Kilauea
Stefan Roese
sr at denx.de
Sat Dec 1 21:19:55 EST 2007
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 at denx.de>
---
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 66aa351..5d2ca0d 100644
--- a/arch/powerpc/platforms/40x/Kconfig
+++ b/arch/powerpc/platforms/40x/Kconfig
@@ -26,6 +26,7 @@ config KILAUEA
bool "Kilauea"
depends on 40x
default n
+ select 405EX
help
This option enables support for the AMCC PPC405EX evaluation board.
@@ -98,6 +99,11 @@ config 405GP
config 405EP
bool
+config 405EX
+ bool
+ select IBM_NEW_EMAC_EMAC4
+ select IBM_NEW_EMAC_RGMII
+
config 405GPR
bool
--
1.5.3.6.985.g65c6a4
More information about the Linuxppc-dev
mailing list