diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2010-10-24 16:41:39 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2010-10-24 16:41:39 -0400 |
commit | 229aebb873e29726b91e076161649cf45154b0bf (patch) | |
tree | acc02a3702215bce8d914f4c8cc3d7a1382b1c67 /drivers/net/Kconfig | |
parent | 8de547e1824437f3c6af180d3ed2162fa4b3f389 (diff) | |
parent | 50a23e6eec6f20d55a3a920e47adb455bff6046e (diff) |
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
* 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial: (39 commits)
Update broken web addresses in arch directory.
Update broken web addresses in the kernel.
Revert "drivers/usb: Remove unnecessary return's from void functions" for musb gadget
Revert "Fix typo: configuation => configuration" partially
ida: document IDA_BITMAP_LONGS calculation
ext2: fix a typo on comment in ext2/inode.c
drivers/scsi: Remove unnecessary casts of private_data
drivers/s390: Remove unnecessary casts of private_data
net/sunrpc/rpc_pipe.c: Remove unnecessary casts of private_data
drivers/infiniband: Remove unnecessary casts of private_data
drivers/gpu/drm: Remove unnecessary casts of private_data
kernel/pm_qos_params.c: Remove unnecessary casts of private_data
fs/ecryptfs: Remove unnecessary casts of private_data
fs/seq_file.c: Remove unnecessary casts of private_data
arm: uengine.c: remove C99 comments
arm: scoop.c: remove C99 comments
Fix typo configue => configure in comments
Fix typo: configuation => configuration
Fix typo interrest[ing|ed] => interest[ing|ed]
Fix various typos of valid in comments
...
Fix up trivial conflicts in:
drivers/char/ipmi/ipmi_si_intf.c
drivers/usb/gadget/rndis.c
net/irda/irnet/irnet_ppp.c
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r-- | drivers/net/Kconfig | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index 7ca1fc8a3a76..77c1fab7d774 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig | |||
@@ -924,7 +924,7 @@ config SMC91X | |||
924 | including the SMC91C94 and the SMC91C111. Say Y if you want it | 924 | including the SMC91C94 and the SMC91C111. Say Y if you want it |
925 | compiled into the kernel, and read the file | 925 | compiled into the kernel, and read the file |
926 | <file:Documentation/networking/smc9.txt> and the Ethernet-HOWTO, | 926 | <file:Documentation/networking/smc9.txt> and the Ethernet-HOWTO, |
927 | available from <http://www.linuxdoc.org/docs.html#howto>. | 927 | available from <http://www.tldp.org/docs.html#howto>. |
928 | 928 | ||
929 | This driver is also available as a module ( = code which can be | 929 | This driver is also available as a module ( = code which can be |
930 | inserted in and removed from the running kernel whenever you want). | 930 | inserted in and removed from the running kernel whenever you want). |
@@ -1034,7 +1034,7 @@ config SMC911X | |||
1034 | including the new LAN9115, LAN9116, LAN9117, and LAN9118. | 1034 | including the new LAN9115, LAN9116, LAN9117, and LAN9118. |
1035 | Say Y if you want it compiled into the kernel, | 1035 | Say Y if you want it compiled into the kernel, |
1036 | and read the Ethernet-HOWTO, available from | 1036 | and read the Ethernet-HOWTO, available from |
1037 | <http://www.linuxdoc.org/docs.html#howto>. | 1037 | <http://www.tldp.org/docs.html#howto>. |
1038 | 1038 | ||
1039 | This driver is also available as a module. The module will be | 1039 | This driver is also available as a module. The module will be |
1040 | called smc911x. If you want to compile it as a module, say M | 1040 | called smc911x. If you want to compile it as a module, say M |
@@ -1516,7 +1516,7 @@ config E100 | |||
1516 | 1516 | ||
1517 | For the latest Intel PRO/100 network driver for Linux, see: | 1517 | For the latest Intel PRO/100 network driver for Linux, see: |
1518 | 1518 | ||
1519 | <http://appsr.intel.com/scripts-df/support_intel.asp> | 1519 | <http://www.intel.com/p/en_US/support/highlights/network/pro100plus> |
1520 | 1520 | ||
1521 | More specific information on configuring the driver is in | 1521 | More specific information on configuring the driver is in |
1522 | <file:Documentation/networking/e100.txt>. | 1522 | <file:Documentation/networking/e100.txt>. |
@@ -1542,9 +1542,8 @@ config FEALNX | |||
1542 | select CRC32 | 1542 | select CRC32 |
1543 | select MII | 1543 | select MII |
1544 | help | 1544 | help |
1545 | Say Y here to support the Mysom MTD-800 family of PCI-based Ethernet | 1545 | Say Y here to support the Myson MTD-800 family of PCI-based Ethernet |
1546 | cards. Specifications and data at | 1546 | cards. <http://www.myson.com.tw/> |
1547 | <http://www.myson.com.hk/mtd/datasheet/>. | ||
1548 | 1547 | ||
1549 | config NATSEMI | 1548 | config NATSEMI |
1550 | tristate "National Semiconductor DP8381x series PCI Ethernet support" | 1549 | tristate "National Semiconductor DP8381x series PCI Ethernet support" |
@@ -1718,7 +1717,7 @@ config SMSC9420 | |||
1718 | This is a driver for SMSC's LAN9420 PCI ethernet adapter. | 1717 | This is a driver for SMSC's LAN9420 PCI ethernet adapter. |
1719 | Say Y if you want it compiled into the kernel, | 1718 | Say Y if you want it compiled into the kernel, |
1720 | and read the Ethernet-HOWTO, available from | 1719 | and read the Ethernet-HOWTO, available from |
1721 | <http://www.linuxdoc.org/docs.html#howto>. | 1720 | <http://www.tldp.org/docs.html#howto>. |
1722 | 1721 | ||
1723 | This driver is also available as a module. The module will be | 1722 | This driver is also available as a module. The module will be |
1724 | called smsc9420. If you want to compile it as a module, say M | 1723 | called smsc9420. If you want to compile it as a module, say M |
@@ -2565,7 +2564,7 @@ config CHELSIO_T1 | |||
2565 | our website at <http://www.chelsio.com>. | 2564 | our website at <http://www.chelsio.com>. |
2566 | 2565 | ||
2567 | For customer support, please visit our customer support page at | 2566 | For customer support, please visit our customer support page at |
2568 | <http://www.chelsio.com/support.htm>. | 2567 | <http://www.chelsio.com/support.html>. |
2569 | 2568 | ||
2570 | Please send feedback to <linux-bugs@chelsio.com>. | 2569 | Please send feedback to <linux-bugs@chelsio.com>. |
2571 | 2570 | ||
@@ -2597,7 +2596,7 @@ config CHELSIO_T3 | |||
2597 | our website at <http://www.chelsio.com>. | 2596 | our website at <http://www.chelsio.com>. |
2598 | 2597 | ||
2599 | For customer support, please visit our customer support page at | 2598 | For customer support, please visit our customer support page at |
2600 | <http://www.chelsio.com/support.htm>. | 2599 | <http://www.chelsio.com/support.html>. |
2601 | 2600 | ||
2602 | Please send feedback to <linux-bugs@chelsio.com>. | 2601 | Please send feedback to <linux-bugs@chelsio.com>. |
2603 | 2602 | ||
@@ -2622,7 +2621,7 @@ config CHELSIO_T4 | |||
2622 | our website at <http://www.chelsio.com>. | 2621 | our website at <http://www.chelsio.com>. |
2623 | 2622 | ||
2624 | For customer support, please visit our customer support page at | 2623 | For customer support, please visit our customer support page at |
2625 | <http://www.chelsio.com/support.htm>. | 2624 | <http://www.chelsio.com/support.html>. |
2626 | 2625 | ||
2627 | Please send feedback to <linux-bugs@chelsio.com>. | 2626 | Please send feedback to <linux-bugs@chelsio.com>. |
2628 | 2627 | ||
@@ -2645,7 +2644,7 @@ config CHELSIO_T4VF | |||
2645 | our website at <http://www.chelsio.com>. | 2644 | our website at <http://www.chelsio.com>. |
2646 | 2645 | ||
2647 | For customer support, please visit our customer support page at | 2646 | For customer support, please visit our customer support page at |
2648 | <http://www.chelsio.com/support.htm>. | 2647 | <http://www.chelsio.com/support.html>. |
2649 | 2648 | ||
2650 | Please send feedback to <linux-bugs@chelsio.com>. | 2649 | Please send feedback to <linux-bugs@chelsio.com>. |
2651 | 2650 | ||