You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
61 lines
1.4 KiB
61 lines
1.4 KiB
menuconfig 6LOWPAN |
|
tristate "6LoWPAN Support" |
|
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. |
|
|
|
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_DEST |
|
tristate "Destination Options Header Support" |
|
default y |
|
---help--- |
|
6LoWPAN IPv6 Destination Options Header compression according to |
|
RFC6282. |
|
|
|
config 6LOWPAN_NHC_FRAGMENT |
|
tristate "Fragment Header Support" |
|
default y |
|
---help--- |
|
6LoWPAN IPv6 Fragment Header compression according to RFC6282. |
|
|
|
config 6LOWPAN_NHC_HOP |
|
tristate "Hop-by-Hop Options Header Support" |
|
default y |
|
---help--- |
|
6LoWPAN IPv6 Hop-by-Hop Options Header compression according to |
|
RFC6282. |
|
|
|
config 6LOWPAN_NHC_IPV6 |
|
tristate "IPv6 Header Support" |
|
default y |
|
---help--- |
|
6LoWPAN IPv6 Header compression according to RFC6282. |
|
|
|
config 6LOWPAN_NHC_MOBILITY |
|
tristate "Mobility Header Support" |
|
default y |
|
---help--- |
|
6LoWPAN IPv6 Mobility Header compression according to RFC6282. |
|
|
|
config 6LOWPAN_NHC_ROUTING |
|
tristate "Routing Header Support" |
|
default y |
|
---help--- |
|
6LoWPAN IPv6 Routing Header compression according to RFC6282. |
|
|
|
config 6LOWPAN_NHC_UDP |
|
tristate "UDP Header Support" |
|
default y |
|
---help--- |
|
6LoWPAN IPv6 UDP Header compression according to RFC6282. |
|
|
|
endif
|
|
|