Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Stefan Schmidt and committed by
Marcel Holtmann
5e5c08cb 6c483de1

+3 -2
+3 -2
net/6lowpan/Kconfig
··· 6 6 "6LoWPAN" which is supported by IEEE 802.15.4 or Bluetooth stacks. 7 7 8 8 menuconfig 6LOWPAN_NHC 9 - tristate "Next Header Compression Support" 9 + tristate "Next Header and Generic Header Compression Support" 10 10 depends on 6LOWPAN 11 11 default y 12 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 16 if 6LOWPAN_NHC 16 17