diff options
author | David S. Miller <davem@davemloft.net> | 2008-11-07 04:37:16 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-11-07 04:37:16 -0500 |
commit | 167c6274c30d17c41742096d1a12c32bd3b7e366 (patch) | |
tree | b28b98e34dd2b98db6fff8459cddbc65142cd891 /drivers/net/Kconfig | |
parent | 5c7f0333584128c745fbda845abbe3a32c22d467 (diff) | |
parent | a8272061fe533f6d0261b38c58c93bd0855baebe (diff) |
Merge branch 'davem-next' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r-- | drivers/net/Kconfig | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index 1757bb3f6e08..732ea834d50d 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig | |||
@@ -61,6 +61,7 @@ config DUMMY | |||
61 | config BONDING | 61 | config BONDING |
62 | tristate "Bonding driver support" | 62 | tristate "Bonding driver support" |
63 | depends on INET | 63 | depends on INET |
64 | depends on IPV6 || IPV6=n | ||
64 | ---help--- | 65 | ---help--- |
65 | Say 'Y' or 'M' if you wish to be able to 'bond' multiple Ethernet | 66 | Say 'Y' or 'M' if you wish to be able to 'bond' multiple Ethernet |
66 | Channels together. This is called 'Etherchannel' by Cisco, | 67 | Channels together. This is called 'Etherchannel' by Cisco, |
@@ -978,6 +979,20 @@ config SMC911X | |||
978 | called smc911x. If you want to compile it as a module, say M | 979 | called smc911x. If you want to compile it as a module, say M |
979 | here and read <file:Documentation/kbuild/modules.txt> | 980 | here and read <file:Documentation/kbuild/modules.txt> |
980 | 981 | ||
982 | config SMSC911X | ||
983 | tristate "SMSC LAN911x/LAN921x families embedded ethernet support" | ||
984 | depends on ARM || SUPERH | ||
985 | select CRC32 | ||
986 | select MII | ||
987 | select PHYLIB | ||
988 | ---help--- | ||
989 | Say Y here if you want support for SMSC LAN911x and LAN921x families | ||
990 | of ethernet controllers. | ||
991 | |||
992 | To compile this driver as a module, choose M here and read | ||
993 | <file:Documentation/networking/net-modules.txt>. The module | ||
994 | will be called smsc911x. | ||
995 | |||
981 | config NET_VENDOR_RACAL | 996 | config NET_VENDOR_RACAL |
982 | bool "Racal-Interlan (Micom) NI cards" | 997 | bool "Racal-Interlan (Micom) NI cards" |
983 | depends on ISA | 998 | depends on ISA |