aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net
diff options
context:
space:
mode:
authorMaciej W. Rozycki <macro@linux-mips.org>2007-09-14 12:05:00 +0100
committerDavid S. Miller <davem@sunset.davemloft.net>2007-10-10 16:51:54 -0700
commit1a9e8549efda23a08451d0ac582713dfd04f0951 (patch)
tree159346c51d893a1fdc79bedf6a312435dc8f9135 /drivers/net
parentNET_SB1250_MAC: Update Kconfig entry (diff)
downloadlinux-dev-1a9e8549efda23a08451d0ac582713dfd04f0951.tar.xz
linux-dev-1a9e8549efda23a08451d0ac582713dfd04f0951.zip
NET_SB1250_MAC: Rename to SB1250_MAC
Rename NET_SB1250_MAC to SB1250_MAC to follow the convention. Signed-off-by: Maciej W. Rozycki <macro@linux-mips.org> Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to '')
-rw-r--r--drivers/net/Kconfig2
-rw-r--r--drivers/net/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index 53615374f16a..467532c7975c 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -2123,7 +2123,7 @@ config R8169_VLAN
If in doubt, say Y.
-config NET_SB1250_MAC
+config SB1250_MAC
tristate "SB1250 Gigabit Ethernet support"
depends on SIBYTE_SB1xxx_SOC
---help---
diff --git a/drivers/net/Makefile b/drivers/net/Makefile
index 9cbef5829870..6220c50596ec 100644
--- a/drivers/net/Makefile
+++ b/drivers/net/Makefile
@@ -111,7 +111,7 @@ obj-$(CONFIG_E2100) += e2100.o 8390.o
obj-$(CONFIG_ES3210) += es3210.o 8390.o
obj-$(CONFIG_LNE390) += lne390.o 8390.o
obj-$(CONFIG_NE3210) += ne3210.o 8390.o
-obj-$(CONFIG_NET_SB1250_MAC) += sb1250-mac.o
+obj-$(CONFIG_SB1250_MAC) += sb1250-mac.o
obj-$(CONFIG_B44) += b44.o
obj-$(CONFIG_FORCEDETH) += forcedeth.o
obj-$(CONFIG_NE_H8300) += ne-h8300.o