diff options
author | Josh Boyer <jwboyer@linux.vnet.ibm.com> | 2007-10-19 10:53:11 -0400 |
---|---|---|
committer | Josh Boyer <jwboyer@linux.vnet.ibm.com> | 2007-10-19 17:18:33 -0400 |
commit | b3af7a55da9925b73136d5358573e8962dfd35a0 (patch) | |
tree | 3335e4e2248b6ecbaa4c0001275be5e78acdc0d9 /arch/powerpc/platforms/40x/Kconfig | |
parent | 094624fa66758e9f555587c29b23cf5bc67c10fd (diff) |
[POWERPC] 4xx: Enable EMAC for PPC405 Walnut board
This patch enables the ibm_newemac driver for the Walnut board. It fixes the
device tree for the walnut board to order the MAL interrupts correctly and
adds the local-mac-address property to the EMAC node. The bootwrapper is also
updated to extract the MAC address from the OpenBIOS offset where it is stored.
Signed-off-by: Josh Boyer <jwboyer@linux.vnet.ibm.com>
Diffstat (limited to 'arch/powerpc/platforms/40x/Kconfig')
-rw-r--r-- | arch/powerpc/platforms/40x/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/40x/Kconfig b/arch/powerpc/platforms/40x/Kconfig index 47b3b0a3864a..8f6699fcc145 100644 --- a/arch/powerpc/platforms/40x/Kconfig +++ b/arch/powerpc/platforms/40x/Kconfig | |||
@@ -100,6 +100,7 @@ config 405GP | |||
100 | bool | 100 | bool |
101 | select IBM405_ERR77 | 101 | select IBM405_ERR77 |
102 | select IBM405_ERR51 | 102 | select IBM405_ERR51 |
103 | select IBM_NEW_EMAC_ZMII | ||
103 | 104 | ||
104 | config 405EP | 105 | config 405EP |
105 | bool | 106 | bool |