diff options
author | Dale Farnsworth <dale@farnsworth.org> | 2007-02-20 07:15:20 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2007-02-20 12:11:55 -0500 |
commit | f00a3ec4d47b51c5995fe10f8252a90aca331e62 (patch) | |
tree | a66ca09ec8611e637344acd6e410b4f6207b243a /drivers/net/Kconfig | |
parent | a0be2f7999aaff97962fe4240ab2ca12a394884c (diff) |
[NET] Eliminate user-selectable CONFIG_MV643XX_ETH_[012]
Remove the use of CONFIG_MV643XX_ETH_[012] variables on most platforms.
Instead, platform-specific code enables the ports supported by the
hardware. After this patch, these config variables are only used in
arch/ppc, so also move them from drivers/net/Kconfig to arch/ppc/Kconfig.
Signed-off-by: Dale Farnsworth <dale@farnsworth.org>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Acked-by: Jeff Garzik <jeff@garzik.org>
Cc: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r-- | drivers/net/Kconfig | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index d9400ef87195..9d5c083f3339 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig | |||
@@ -2307,27 +2307,6 @@ config MV643XX_ETH | |||
2307 | chipset which is used in the Momenco Ocelot C and Jaguar ATX and | 2307 | chipset which is used in the Momenco Ocelot C and Jaguar ATX and |
2308 | Pegasos II, amongst other PPC and MIPS boards. | 2308 | Pegasos II, amongst other PPC and MIPS boards. |
2309 | 2309 | ||
2310 | config MV643XX_ETH_0 | ||
2311 | bool "MV-643XX Port 0" | ||
2312 | depends on MV643XX_ETH | ||
2313 | help | ||
2314 | This enables support for Port 0 of the Marvell MV643XX Gigabit | ||
2315 | Ethernet. | ||
2316 | |||
2317 | config MV643XX_ETH_1 | ||
2318 | bool "MV-643XX Port 1" | ||
2319 | depends on MV643XX_ETH | ||
2320 | help | ||
2321 | This enables support for Port 1 of the Marvell MV643XX Gigabit | ||
2322 | Ethernet. | ||
2323 | |||
2324 | config MV643XX_ETH_2 | ||
2325 | bool "MV-643XX Port 2" | ||
2326 | depends on MV643XX_ETH | ||
2327 | help | ||
2328 | This enables support for Port 2 of the Marvell MV643XX Gigabit | ||
2329 | Ethernet. | ||
2330 | |||
2331 | config QLA3XXX | 2310 | config QLA3XXX |
2332 | tristate "QLogic QLA3XXX Network Driver Support" | 2311 | tristate "QLogic QLA3XXX Network Driver Support" |
2333 | depends on PCI | 2312 | depends on PCI |