2015-01-09 23:42:58 +08:00
|
|
|
menuconfig 6LOWPAN
|
2014-08-07 23:06:43 +08:00
|
|
|
tristate "6LoWPAN Support"
|
2014-07-11 16:24:18 +08:00
|
|
|
depends on IPV6
|
|
|
|
---help---
|
|
|
|
This enables IPv6 over Low power Wireless Personal Area Network -
|
|
|
|
"6LoWPAN" which is supported by IEEE 802.15.4 or Bluetooth stacks.
|
2015-01-09 23:42:58 +08:00
|
|
|
|
|
|
|
menuconfig 6LOWPAN_NHC
|
|
|
|
tristate "Next Header Compression Support"
|
|
|
|
depends on 6LOWPAN
|
|
|
|
default y
|
|
|
|
---help---
|
|
|
|
Support for next header compression.
|
|
|
|
|
|
|
|
if 6LOWPAN_NHC
|
|
|
|
|
|
|
|
config 6LOWPAN_NHC_UDP
|
|
|
|
tristate "UDP Header Support"
|
|
|
|
default y
|
|
|
|
---help---
|
|
|
|
6LoWPAN IPv6 UDP Header compression according to RFC6282.
|
|
|
|
|
|
|
|
endif
|