diff options
author | Dale Farnsworth <dale@farnsworth.org> | 2007-05-12 10:56:24 +1000 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2007-05-12 11:32:49 +1000 |
commit | 649c8e0289eeee2ab3d4c6c6e062df24dd602233 (patch) | |
tree | b4c0a6de487151e3d137714cee6621e6c1b2d161 /drivers/net/Kconfig | |
parent | 52d3aff903171af13b56c5a4d6fb828461406c65 (diff) | |
download | op-kernel-dev-649c8e0289eeee2ab3d4c6c6e062df24dd602233.zip op-kernel-dev-649c8e0289eeee2ab3d4c6c6e062df24dd602233.tar.gz |
[POWERPC] Create Marvell mv64x60 ethernet platform_data
This patch creates platform_device entries for the Marvell mv64x60
ethernet controller ports, based on information contained in the
device tree.
This driver (like the other mv64x60 drivers) are unusual in that it
works on both the MIPS and PowerPC architectures. Because of that,
the drivers do not support the normal PowerPC of_platform_bus_type.
They support platform_bus_type instead.
Signed-off-by: Dale Farnsworth <dale@farnsworth.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r-- | drivers/net/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index fa489b1..08e594d 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig @@ -2299,7 +2299,7 @@ config UGETH_TX_ON_DEMAND config MV643XX_ETH tristate "MV-643XX Ethernet support" - depends on MOMENCO_OCELOT_C || MOMENCO_JAGUAR_ATX || MV64360 || MOMENCO_OCELOT_3 || (PPC_MULTIPLATFORM && PPC32) + depends on MOMENCO_OCELOT_C || MOMENCO_JAGUAR_ATX || MV64360 || MV64X60 || MOMENCO_OCELOT_3 || (PPC_MULTIPLATFORM && PPC32) select MII help This driver supports the gigabit Ethernet on the Marvell MV643XX |