diff options
author | Josh Boyer <jwboyer@linux.vnet.ibm.com> | 2007-10-20 00:53:11 +1000 |
---|---|---|
committer | Josh Boyer <jwboyer@linux.vnet.ibm.com> | 2007-10-19 16:18:33 -0500 |
commit | b3af7a55da9925b73136d5358573e8962dfd35a0 (patch) | |
tree | 3335e4e2248b6ecbaa4c0001275be5e78acdc0d9 /arch/powerpc/platforms/40x/Kconfig | |
parent | 094624fa66758e9f555587c29b23cf5bc67c10fd (diff) | |
download | blackbird-obmc-linux-b3af7a55da9925b73136d5358573e8962dfd35a0.tar.gz blackbird-obmc-linux-b3af7a55da9925b73136d5358573e8962dfd35a0.zip |
[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 bool select IBM405_ERR77 select IBM405_ERR51 + select IBM_NEW_EMAC_ZMII config 405EP bool |