From: Stefan Roese Date: Sat, 1 Dec 2007 10:19:55 +0000 (+1100) Subject: [POWERPC] 4xx: Add 405EX CPU type needed for EMAC support on Kilauea X-Git-Tag: v2.6.25-rc1~1131^2~161 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=cdb159af9dc345814832438b3df9220a5fe362e6;p=~emulex%2Finfiniband.git [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 Signed-off-by: Josh Boyer --- diff --git a/arch/powerpc/platforms/40x/Kconfig b/arch/powerpc/platforms/40x/Kconfig index 84551ab979f..bdc3e8741fc 100644 --- a/arch/powerpc/platforms/40x/Kconfig +++ b/arch/powerpc/platforms/40x/Kconfig @@ -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. @@ -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