diff options
author | Alan Cox <alan@linux.intel.com> | 2012-05-13 23:57:31 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-05-15 13:43:58 -0400 |
commit | 9f486619f4545a8e36fa0fcae60722cb9e075887 (patch) | |
tree | d468723e2f3ff6a3e44cec515d0259c3df5ed626 | |
parent | 71b697fcc7b0a88da5106dd3671d732d0b4360d1 (diff) |
dummy: documentation is stale
dummy0/1/2 names are always used and there are options to set multiple
dummy devices. Remove the obsolete text
Resolves-bug: https://bugzilla.kernel.org/show_bug.cgi?id=42865
Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r-- | drivers/net/Kconfig | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index b98285446a5a..78a6259f5c1c 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig | |||
@@ -66,10 +66,7 @@ config DUMMY | |||
66 | <http://www.tldp.org/docs.html#guide>. | 66 | <http://www.tldp.org/docs.html#guide>. |
67 | 67 | ||
68 | To compile this driver as a module, choose M here: the module | 68 | To compile this driver as a module, choose M here: the module |
69 | will be called dummy. If you want to use more than one dummy | 69 | will be called dummy. |
70 | device at a time, you need to compile this driver as a module. | ||
71 | Instead of 'dummy', the devices will then be called 'dummy0', | ||
72 | 'dummy1' etc. | ||
73 | 70 | ||
74 | config EQUALIZER | 71 | config EQUALIZER |
75 | tristate "EQL (serial line load balancing) support" | 72 | tristate "EQL (serial line load balancing) support" |