summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Emeltchenko <andrei.emeltchenko@intel.com>2017-01-26 16:38:37 +0200
committerJukka Rissanen <jukka.rissanen@linux.intel.com>2017-01-27 12:35:54 +0200
commit86cd8eaf56896648ff730adebd0b5c358a076ae8 (patch)
tree5005602c34d7714921665196bd38725c207d48a7
parent7ab5d4f572278e73643e3039b7813bc7160293dd (diff)
net: Make NET_IPV6_ND configurable option
NET_IPV6_ND is always selected by NET_ROUTE which is always selected for NET_IPV6. Change-Id: I316838033cccd205b24add6626521bbab5a68715 Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
-rw-r--r--subsys/net/ip/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/subsys/net/ip/Kconfig b/subsys/net/ip/Kconfig
index 2ca9257a9..e7f1704ac 100644
--- a/subsys/net/ip/Kconfig
+++ b/subsys/net/ip/Kconfig
@@ -56,7 +56,6 @@ config NET_MAX_ROUTERS
config NET_ROUTE
bool
depends on NET_IPV6
- select NET_IPV6_ND
default n
default y if NET_IPV6