Loading drivers/net/Kconfig +8 −5 Original line number Original line Diff line number Diff line Loading @@ -2371,13 +2371,16 @@ config UGETH_TX_ON_DEMAND depends on UCC_GETH depends on UCC_GETH config MV643XX_ETH config MV643XX_ETH tristate "MV-643XX Ethernet support" tristate "Marvell Discovery (643XX) and Orion ethernet support" depends on MV64360 || MV64X60 || (PPC_MULTIPLATFORM && PPC32) depends on MV64360 || MV64X60 || (PPC_MULTIPLATFORM && PPC32) || ARCH_ORION select MII select MII help help This driver supports the gigabit Ethernet on the Marvell MV643XX This driver supports the gigabit ethernet MACs in the chipset which is used in the Momenco Ocelot C and Jaguar ATX and Marvell Discovery PPC/MIPS chipset family (MV643XX) and Pegasos II, amongst other PPC and MIPS boards. in the Marvell Orion ARM SoC family. Some boards that use the Discovery chipset are the Momenco Ocelot C and Jaguar ATX and Pegasos II. config QLA3XXX config QLA3XXX tristate "QLogic QLA3XXX Network Driver Support" tristate "QLogic QLA3XXX Network Driver Support" Loading drivers/net/mv643xx_eth.c +1 −1 Original line number Original line Diff line number Diff line /* /* * drivers/net/mv643xx_eth.c - Driver for MV643XX ethernet ports * Driver for Marvell Discovery (MV643XX) and Marvell Orion ethernet ports * Copyright (C) 2002 Matthew Dharm <mdharm@momenco.com> * Copyright (C) 2002 Matthew Dharm <mdharm@momenco.com> * * * Based on the 64360 driver from: * Based on the 64360 driver from: Loading Loading
drivers/net/Kconfig +8 −5 Original line number Original line Diff line number Diff line Loading @@ -2371,13 +2371,16 @@ config UGETH_TX_ON_DEMAND depends on UCC_GETH depends on UCC_GETH config MV643XX_ETH config MV643XX_ETH tristate "MV-643XX Ethernet support" tristate "Marvell Discovery (643XX) and Orion ethernet support" depends on MV64360 || MV64X60 || (PPC_MULTIPLATFORM && PPC32) depends on MV64360 || MV64X60 || (PPC_MULTIPLATFORM && PPC32) || ARCH_ORION select MII select MII help help This driver supports the gigabit Ethernet on the Marvell MV643XX This driver supports the gigabit ethernet MACs in the chipset which is used in the Momenco Ocelot C and Jaguar ATX and Marvell Discovery PPC/MIPS chipset family (MV643XX) and Pegasos II, amongst other PPC and MIPS boards. in the Marvell Orion ARM SoC family. Some boards that use the Discovery chipset are the Momenco Ocelot C and Jaguar ATX and Pegasos II. config QLA3XXX config QLA3XXX tristate "QLogic QLA3XXX Network Driver Support" tristate "QLogic QLA3XXX Network Driver Support" Loading
drivers/net/mv643xx_eth.c +1 −1 Original line number Original line Diff line number Diff line /* /* * drivers/net/mv643xx_eth.c - Driver for MV643XX ethernet ports * Driver for Marvell Discovery (MV643XX) and Marvell Orion ethernet ports * Copyright (C) 2002 Matthew Dharm <mdharm@momenco.com> * Copyright (C) 2002 Matthew Dharm <mdharm@momenco.com> * * * Based on the 64360 driver from: * Based on the 64360 driver from: Loading