diff options
author | Maciej W. Rozycki <macro@linux-mips.org> | 2007-09-21 11:52:10 (GMT) |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-10-10 23:53:47 (GMT) |
commit | f5279ffdce9bcff938451303126971098e23aab3 (patch) | |
tree | 2f2dac7da64e224e4dd1f28c842c3e01f7d3cefc /drivers/net/Kconfig | |
parent | 73d7396980176a5f4515be2f6e39ee417d2369ba (diff) | |
download | linux-f5279ffdce9bcff938451303126971098e23aab3.tar.xz |
sb1250-mac: Driver model & phylib update
A driver model and phylib update. It includes the following changes:
1. Removal of unused module options.
2. Phylib support and the resulting removal of generic bits for handling
the PHY.
3. Proper reserving of device resources and using ioremap()ped handles
to access MAC registers rather than platform-specific macros.
4. Handling of the device using the driver model.
Signed-off-by: Maciej W. Rozycki <macro@linux-mips.org>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r-- | drivers/net/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index 7643259..9ff1cf4 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig @@ -2111,6 +2111,7 @@ config R8169_VLAN config SB1250_MAC tristate "SB1250 Gigabit Ethernet support" depends on SIBYTE_SB1xxx_SOC + select PHYLIB ---help--- This driver supports Gigabit Ethernet interfaces based on the Broadcom SiByte family of System-On-a-Chip parts. They include |