diff options
author | Valentine Barshak <vbarshak@ru.mvista.com> | 2007-10-15 13:58:37 -0400 |
---|---|---|
committer | Josh Boyer <jwboyer@linux.vnet.ibm.com> | 2007-10-19 17:17:20 -0400 |
commit | b7c1dfba0c458114692cb5948d0405c64b40a25b (patch) | |
tree | c891e19cbf9deaf82cc3923b7d000a78663de81e /arch/powerpc/platforms | |
parent | 1f69dcfdaef84614b3ac7ac113d1b9a286afb9a0 (diff) |
[POWERPC] 4xx: Enable NEW EMAC support for Sequoia 440EPx.
This patch enables NEW EMAC support for PowerPC 440EPx Sequoia board.
Signed-off-by: Valentine Barshak <vbarshak@ru.mvista.com>
Signed-off-by: Josh Boyer <jwboyer@linux.vnet.ibm.com>
Diffstat (limited to 'arch/powerpc/platforms')
-rw-r--r-- | arch/powerpc/platforms/44x/Kconfig | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/arch/powerpc/platforms/44x/Kconfig b/arch/powerpc/platforms/44x/Kconfig index 49a4f0959298..97c2c4a3ee8b 100644 --- a/arch/powerpc/platforms/44x/Kconfig +++ b/arch/powerpc/platforms/44x/Kconfig | |||
@@ -48,10 +48,9 @@ config 440EP | |||
48 | config 440EPX | 48 | config 440EPX |
49 | bool | 49 | bool |
50 | select PPC_FPU | 50 | select PPC_FPU |
51 | # Disabled until the new EMAC Driver is merged. | 51 | select IBM_NEW_EMAC_EMAC4 |
52 | # select IBM_NEW_EMAC_EMAC4 | 52 | select IBM_NEW_EMAC_RGMII |
53 | # select IBM_NEW_EMAC_RGMII | 53 | select IBM_NEW_EMAC_ZMII |
54 | # select IBM_NEW_EMAC_ZMII | ||
55 | 54 | ||
56 | config 440GP | 55 | config 440GP |
57 | bool | 56 | bool |