Commit 1a9e8549 authored by Maciej W. Rozycki's avatar Maciej W. Rozycki Committed by David S. Miller

NET_SB1250_MAC: Rename to SB1250_MAC

 Rename NET_SB1250_MAC to SB1250_MAC to follow the convention.
Signed-off-by: default avatarMaciej W. Rozycki <macro@linux-mips.org>
Signed-off-by: default avatarJeff Garzik <jeff@garzik.org>
parent 25a72dfe
...@@ -574,7 +574,7 @@ CONFIG_MII=y ...@@ -574,7 +574,7 @@ CONFIG_MII=y
# CONFIG_HAMACHI is not set # CONFIG_HAMACHI is not set
# CONFIG_YELLOWFIN is not set # CONFIG_YELLOWFIN is not set
# CONFIG_R8169 is not set # CONFIG_R8169 is not set
CONFIG_NET_SB1250_MAC=y CONFIG_SB1250_MAC=y
# CONFIG_SIS190 is not set # CONFIG_SIS190 is not set
# CONFIG_SKGE is not set # CONFIG_SKGE is not set
# CONFIG_SKY2 is not set # CONFIG_SKY2 is not set
......
...@@ -566,7 +566,7 @@ CONFIG_MII=y ...@@ -566,7 +566,7 @@ CONFIG_MII=y
# CONFIG_HAMACHI is not set # CONFIG_HAMACHI is not set
# CONFIG_YELLOWFIN is not set # CONFIG_YELLOWFIN is not set
# CONFIG_R8169 is not set # CONFIG_R8169 is not set
CONFIG_NET_SB1250_MAC=y CONFIG_SB1250_MAC=y
# CONFIG_SIS190 is not set # CONFIG_SIS190 is not set
# CONFIG_SKGE is not set # CONFIG_SKGE is not set
# CONFIG_SKY2 is not set # CONFIG_SKY2 is not set
......
...@@ -2123,7 +2123,7 @@ config R8169_VLAN ...@@ -2123,7 +2123,7 @@ config R8169_VLAN
If in doubt, say Y. If in doubt, say Y.
config NET_SB1250_MAC config SB1250_MAC
tristate "SB1250 Gigabit Ethernet support" tristate "SB1250 Gigabit Ethernet support"
depends on SIBYTE_SB1xxx_SOC depends on SIBYTE_SB1xxx_SOC
---help--- ---help---
......
...@@ -111,7 +111,7 @@ obj-$(CONFIG_E2100) += e2100.o 8390.o ...@@ -111,7 +111,7 @@ obj-$(CONFIG_E2100) += e2100.o 8390.o
obj-$(CONFIG_ES3210) += es3210.o 8390.o obj-$(CONFIG_ES3210) += es3210.o 8390.o
obj-$(CONFIG_LNE390) += lne390.o 8390.o obj-$(CONFIG_LNE390) += lne390.o 8390.o
obj-$(CONFIG_NE3210) += ne3210.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_B44) += b44.o
obj-$(CONFIG_FORCEDETH) += forcedeth.o obj-$(CONFIG_FORCEDETH) += forcedeth.o
obj-$(CONFIG_NE_H8300) += ne-h8300.o obj-$(CONFIG_NE_H8300) += ne-h8300.o
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment