diff options
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r-- | drivers/net/Kconfig | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index dcdad217df51..279ec625cec4 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig | |||
@@ -311,7 +311,7 @@ config MAC8390 | |||
311 | 311 | ||
312 | config MAC89x0 | 312 | config MAC89x0 |
313 | tristate "Macintosh CS89x0 based ethernet cards" | 313 | tristate "Macintosh CS89x0 based ethernet cards" |
314 | depends on NET_ETHERNET && MAC && BROKEN | 314 | depends on NET_ETHERNET && MAC |
315 | ---help--- | 315 | ---help--- |
316 | Support for CS89x0 chipset based Ethernet cards. If you have a | 316 | Support for CS89x0 chipset based Ethernet cards. If you have a |
317 | Nubus or LC-PDS network (Ethernet) card of this type, say Y and | 317 | Nubus or LC-PDS network (Ethernet) card of this type, say Y and |
@@ -337,8 +337,8 @@ config MACSONIC | |||
337 | be called macsonic. | 337 | be called macsonic. |
338 | 338 | ||
339 | config MACMACE | 339 | config MACMACE |
340 | bool "Macintosh (AV) onboard MACE ethernet (EXPERIMENTAL)" | 340 | bool "Macintosh (AV) onboard MACE ethernet" |
341 | depends on NET_ETHERNET && MAC && EXPERIMENTAL | 341 | depends on NET_ETHERNET && MAC |
342 | select CRC32 | 342 | select CRC32 |
343 | help | 343 | help |
344 | Support for the onboard AMD 79C940 MACE Ethernet controller used in | 344 | Support for the onboard AMD 79C940 MACE Ethernet controller used in |
@@ -822,7 +822,7 @@ config SMC91X | |||
822 | tristate "SMC 91C9x/91C1xxx support" | 822 | tristate "SMC 91C9x/91C1xxx support" |
823 | select CRC32 | 823 | select CRC32 |
824 | select MII | 824 | select MII |
825 | depends on NET_ETHERNET && (ARM || REDWOOD_5 || REDWOOD_6 || M32R || SUPERH || SOC_AU1X00) | 825 | depends on NET_ETHERNET && (ARM || REDWOOD_5 || REDWOOD_6 || M32R || SUPERH || SOC_AU1X00 || BFIN) |
826 | help | 826 | help |
827 | This is a driver for SMC's 91x series of Ethernet chipsets, | 827 | This is a driver for SMC's 91x series of Ethernet chipsets, |
828 | including the SMC91C94 and the SMC91C111. Say Y if you want it | 828 | including the SMC91C94 and the SMC91C111. Say Y if you want it |
@@ -833,8 +833,8 @@ config SMC91X | |||
833 | This driver is also available as a module ( = code which can be | 833 | This driver is also available as a module ( = code which can be |
834 | inserted in and removed from the running kernel whenever you want). | 834 | inserted in and removed from the running kernel whenever you want). |
835 | The module will be called smc91x. If you want to compile it as a | 835 | The module will be called smc91x. If you want to compile it as a |
836 | module, say M here and read <file:Documentation/modules.txt> as well | 836 | module, say M here and read <file:Documentation/kbuild/modules.txt> |
837 | as <file:Documentation/networking/net-modules.txt>. | 837 | as well as <file:Documentation/networking/net-modules.txt>. |
838 | 838 | ||
839 | config SMC9194 | 839 | config SMC9194 |
840 | tristate "SMC 9194 support" | 840 | tristate "SMC 9194 support" |
@@ -889,7 +889,7 @@ config SMC911X | |||
889 | 889 | ||
890 | This driver is also available as a module. The module will be | 890 | This driver is also available as a module. The module will be |
891 | called smc911x. If you want to compile it as a module, say M | 891 | called smc911x. If you want to compile it as a module, say M |
892 | here and read <file:Documentation/modules.txt> | 892 | here and read <file:Documentation/kbuild/modules.txt> |
893 | 893 | ||
894 | config NET_VENDOR_RACAL | 894 | config NET_VENDOR_RACAL |
895 | bool "Racal-Interlan (Micom) NI cards" | 895 | bool "Racal-Interlan (Micom) NI cards" |