blob: e45c963218455ac116bedb90537387a6dce8af2f [file] [log] [blame]
Alexander Aringcc6ed262015-01-09 16:42:58 +01001menuconfig 6LOWPAN
Geert Uytterhoeven2d177f32014-08-07 17:06:43 +02002 tristate "6LoWPAN Support"
Alexander Aring2c6bed72014-07-11 10:24:18 +02003 depends on IPV6
4 ---help---
5 This enables IPv6 over Low power Wireless Personal Area Network -
6 "6LoWPAN" which is supported by IEEE 802.15.4 or Bluetooth stacks.
Alexander Aringcc6ed262015-01-09 16:42:58 +01007
8menuconfig 6LOWPAN_NHC
9 tristate "Next Header Compression Support"
10 depends on 6LOWPAN
11 default y
12 ---help---
13 Support for next header compression.
14
15if 6LOWPAN_NHC
16
17config 6LOWPAN_NHC_UDP
18 tristate "UDP Header Support"
19 default y
20 ---help---
21 6LoWPAN IPv6 UDP Header compression according to RFC6282.
22
23endif