diff options
author | Stefan Schmidt <stefan@osg.samsung.com> | 2015-12-09 16:46:22 -0500 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2015-12-09 19:25:24 -0500 |
commit | 5e5c08cbee7d75d026ff50a5051f2ed19b4ba301 (patch) | |
tree | 52affb058a1e12274559cf85c8f38c37f952c518 /net/6lowpan | |
parent | 6c483de1b3c41e939b735df1861759815e125304 (diff) |
6lowpan: clarify Kconfig entries for upcoming GHC support
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')
-rw-r--r-- | net/6lowpan/Kconfig | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/6lowpan/Kconfig b/net/6lowpan/Kconfig index 7fa0f382e7d1..6af7a4686060 100644 --- a/net/6lowpan/Kconfig +++ b/net/6lowpan/Kconfig | |||
@@ -6,11 +6,12 @@ menuconfig 6LOWPAN | |||
6 | "6LoWPAN" which is supported by IEEE 802.15.4 or Bluetooth stacks. | 6 | "6LoWPAN" which is supported by IEEE 802.15.4 or Bluetooth stacks. |
7 | 7 | ||
8 | menuconfig 6LOWPAN_NHC | 8 | menuconfig 6LOWPAN_NHC |
9 | tristate "Next Header Compression Support" | 9 | tristate "Next Header and Generic Header Compression Support" |
10 | depends on 6LOWPAN | 10 | depends on 6LOWPAN |
11 | default y | 11 | default y |
12 | ---help--- | 12 | ---help--- |
13 | Support for next header compression. | 13 | Support for next header and generic header compression defined in |
14 | RFC6282 and RFC7400. | ||
14 | 15 | ||
15 | if 6LOWPAN_NHC | 16 | if 6LOWPAN_NHC |
16 | 17 | ||