diff options
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r-- | drivers/net/Kconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index 279ec625cec4..b86ccd2ecd5b 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig | |||
@@ -1104,7 +1104,7 @@ config ETH16I | |||
1104 | 1104 | ||
1105 | config NE2000 | 1105 | config NE2000 |
1106 | tristate "NE2000/NE1000 support" | 1106 | tristate "NE2000/NE1000 support" |
1107 | depends on NET_ISA || (Q40 && m) || M32R | 1107 | depends on NET_ISA || (Q40 && m) || M32R || TOSHIBA_RBTX4927 || TOSHIBA_RBTX4938 |
1108 | select CRC32 | 1108 | select CRC32 |
1109 | ---help--- | 1109 | ---help--- |
1110 | If you have a network (Ethernet) card of this type, say Y and read | 1110 | If you have a network (Ethernet) card of this type, say Y and read |
@@ -2488,6 +2488,7 @@ config NETXEN_NIC | |||
2488 | config PASEMI_MAC | 2488 | config PASEMI_MAC |
2489 | tristate "PA Semi 1/10Gbit MAC" | 2489 | tristate "PA Semi 1/10Gbit MAC" |
2490 | depends on PPC64 && PCI | 2490 | depends on PPC64 && PCI |
2491 | select PHYLIB | ||
2491 | help | 2492 | help |
2492 | This driver supports the on-chip 1/10Gbit Ethernet controller on | 2493 | This driver supports the on-chip 1/10Gbit Ethernet controller on |
2493 | PA Semi's PWRficient line of chips. | 2494 | PA Semi's PWRficient line of chips. |