aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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