projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f4151b9
)
[POWERPC] 4xx: Add 405EX CPU type needed for EMAC support on Kilauea
author
Stefan Roese
<sr@denx.de>
Sat, 1 Dec 2007 10:19:55 +0000
(21:19 +1100)
committer
Josh Boyer
<jwboyer@linux.vnet.ibm.com>
Sun, 23 Dec 2007 19:31:22 +0000
(13:31 -0600)
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>
arch/powerpc/platforms/40x/Kconfig
patch
|
blob
|
history
diff --git
a/arch/powerpc/platforms/40x/Kconfig
b/arch/powerpc/platforms/40x/Kconfig
index 84551ab979f05a4089b51897a27122ddbfbf841f..bdc3e8741fc7c665cb2a7411e8e4fb706c56580a 100644
(file)
--- 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