aboutsummaryrefslogtreecommitdiffstats
path: root/net/6lowpan/Kconfig
diff options
context:
space:
mode:
authorStefan Schmidt <stefan@osg.samsung.com>2015-12-09 22:46:26 +0100
committerMarcel Holtmann <marcel@holtmann.org>2015-12-10 01:25:25 +0100
commit20616a5a1e3bb47c385c6d5f27520e7a3cc82864 (patch)
tree2e2dd6dc4e12c819de9167852ef1d10d15ddf33e /net/6lowpan/Kconfig
parent6lowpan: add nhc module for GHC ICMPv6 detection (diff)
downloadlinux-dev-20616a5a1e3bb47c385c6d5f27520e7a3cc82864.tar.xz
linux-dev-20616a5a1e3bb47c385c6d5f27520e7a3cc82864.zip
6lowpan: add nhc module for GHC destination extension header detection
Acked-by: Jukka Rissanen <jukka.rissanen@linux.intel.com> Signed-off-by: Stefan Schmidt <stefan@osg.samsung.com> Signed-off-by: Alexander Aring <alex.aring@gmail.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'net/6lowpan/Kconfig')
-rw-r--r--net/6lowpan/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/net/6lowpan/Kconfig b/net/6lowpan/Kconfig
index 0a3f5a8b0f6d..e5184e65d4d3 100644
--- a/net/6lowpan/Kconfig
+++ b/net/6lowpan/Kconfig
@@ -75,4 +75,10 @@ config 6LOWPAN_GHC_ICMPV6
---help---
6LoWPAN IPv6 ICMPv6 generic header compression according to RFC7400.
+config 6LOWPAN_GHC_EXT_HDR_DEST
+ tristate "GHC Destination Options Header Support"
+ ---help---
+ 6LoWPAN IPv6 destination option generic header compression according
+ to RFC7400.
+
endif