diff options
author | Ivan Babrou <ivan@cloudflare.com> | 2016-04-23 08:58:03 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-04-26 01:11:55 -0400 |
commit | 9f5db53507b6607dc1b5d59547097966c0e71047 (patch) | |
tree | 3256d0ccbe9eb80ba31b8f977f1badc803a5e854 /drivers/net/Kconfig | |
parent | 3d6d30d60abb19ba9a20e53ce65b18a9c148fcd1 (diff) |
net: dummy: remove note about being Y by default
Signed-off-by: Ivan Babrou <ivan@cloudflare.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r-- | drivers/net/Kconfig | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index a24c18eee598..befd67df08e1 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig | |||
@@ -62,9 +62,8 @@ config DUMMY | |||
62 | this device is consigned into oblivion) with a configurable IP | 62 | this device is consigned into oblivion) with a configurable IP |
63 | address. It is most commonly used in order to make your currently | 63 | address. It is most commonly used in order to make your currently |
64 | inactive SLIP address seem like a real address for local programs. | 64 | inactive SLIP address seem like a real address for local programs. |
65 | If you use SLIP or PPP, you might want to say Y here. Since this | 65 | If you use SLIP or PPP, you might want to say Y here. It won't |
66 | thing often comes in handy, the default is Y. It won't enlarge your | 66 | enlarge your kernel. What a deal. Read about it in the Network |
67 | kernel either. What a deal. Read about it in the Network | ||
68 | Administrator's Guide, available from | 67 | Administrator's Guide, available from |
69 | <http://www.tldp.org/docs.html#guide>. | 68 | <http://www.tldp.org/docs.html#guide>. |
70 | 69 | ||