aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/Kconfig
diff options
context:
space:
mode:
authorDale Farnsworth <dale@farnsworth.org>2006-03-03 12:01:08 -0500
committerJeff Garzik <jeff@garzik.org>2006-03-03 12:12:36 -0500
commitcd6478c8aed9b2001dfff067fa66b7492a0a2ffa (patch)
tree497dcf9c0f014655b51ec25ebcf596f9a4df0682 /drivers/net/Kconfig
parent12a87c644ab1862232d0916656ff2ee42f3fb873 (diff)
[PATCH] mv643xx_eth: Select CONFIG_MII on CONFIG_MV643XX_ETH
>From : Dale Farnsworth <dale@farnsworth.org> Recent patches for the mv643xx_eth driver now use the MII interface library. Select MII so it gets built when that driver is selected. Signed-off-by: Dale Farnsworth <dale@farnsworth.org> Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r--drivers/net/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index 840bfed312f6..11ca9f03b43e 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -2194,6 +2194,7 @@ config GFAR_NAPI
2194config MV643XX_ETH 2194config MV643XX_ETH
2195 tristate "MV-643XX Ethernet support" 2195 tristate "MV-643XX Ethernet support"
2196 depends on MOMENCO_OCELOT_C || MOMENCO_JAGUAR_ATX || MV64360 || MOMENCO_OCELOT_3 || PPC_MULTIPLATFORM 2196 depends on MOMENCO_OCELOT_C || MOMENCO_JAGUAR_ATX || MV64360 || MOMENCO_OCELOT_3 || PPC_MULTIPLATFORM
2197 select MII
2197 help 2198 help
2198 This driver supports the gigabit Ethernet on the Marvell MV643XX 2199 This driver supports the gigabit Ethernet on the Marvell MV643XX
2199 chipset which is used in the Momenco Ocelot C and Jaguar ATX and 2200 chipset which is used in the Momenco Ocelot C and Jaguar ATX and