xref: /linux/net/6lowpan/Kconfig (revision 5e5c08cbee7d75d026ff50a5051f2ed19b4ba301)
1cc6ed268SAlexander Aringmenuconfig 6LOWPAN
22d177f31SGeert Uytterhoeven	tristate "6LoWPAN Support"
32c6bed7cSAlexander Aring	depends on IPV6
42c6bed7cSAlexander Aring	---help---
52c6bed7cSAlexander Aring	  This enables IPv6 over Low power Wireless Personal Area Network -
62c6bed7cSAlexander Aring	  "6LoWPAN" which is supported by IEEE 802.15.4 or Bluetooth stacks.
7cc6ed268SAlexander Aring
8cc6ed268SAlexander Aringmenuconfig 6LOWPAN_NHC
9*5e5c08cbSStefan Schmidt	tristate "Next Header and Generic Header Compression Support"
10cc6ed268SAlexander Aring	depends on 6LOWPAN
11cc6ed268SAlexander Aring	default y
12cc6ed268SAlexander Aring	---help---
13*5e5c08cbSStefan Schmidt	  Support for next header and generic header compression defined in
14*5e5c08cbSStefan Schmidt	  RFC6282 and RFC7400.
15cc6ed268SAlexander Aring
16cc6ed268SAlexander Aringif 6LOWPAN_NHC
17cc6ed268SAlexander Aring
18ff0fcc29SAlexander Aringconfig 6LOWPAN_NHC_DEST
19ff0fcc29SAlexander Aring	tristate "Destination Options Header Support"
20ff0fcc29SAlexander Aring	default y
21ff0fcc29SAlexander Aring	---help---
22ff0fcc29SAlexander Aring	  6LoWPAN IPv6 Destination Options Header compression according to
23ff0fcc29SAlexander Aring	  RFC6282.
24ff0fcc29SAlexander Aring
25ff0fcc29SAlexander Aringconfig 6LOWPAN_NHC_FRAGMENT
26ff0fcc29SAlexander Aring	tristate "Fragment Header Support"
27ff0fcc29SAlexander Aring	default y
28ff0fcc29SAlexander Aring	---help---
29ff0fcc29SAlexander Aring	  6LoWPAN IPv6 Fragment Header compression according to RFC6282.
30ff0fcc29SAlexander Aring
31ff0fcc29SAlexander Aringconfig 6LOWPAN_NHC_HOP
32ff0fcc29SAlexander Aring	tristate "Hop-by-Hop Options Header Support"
33ff0fcc29SAlexander Aring	default y
34ff0fcc29SAlexander Aring	---help---
35ff0fcc29SAlexander Aring	  6LoWPAN IPv6 Hop-by-Hop Options Header compression according to
36ff0fcc29SAlexander Aring	  RFC6282.
37ff0fcc29SAlexander Aring
38ff0fcc29SAlexander Aringconfig 6LOWPAN_NHC_IPV6
39ff0fcc29SAlexander Aring	tristate "IPv6 Header Support"
40ff0fcc29SAlexander Aring	default y
41ff0fcc29SAlexander Aring	---help---
42ff0fcc29SAlexander Aring	  6LoWPAN IPv6 Header compression according to RFC6282.
43ff0fcc29SAlexander Aring
44ff0fcc29SAlexander Aringconfig 6LOWPAN_NHC_MOBILITY
45ff0fcc29SAlexander Aring	tristate "Mobility Header Support"
46ff0fcc29SAlexander Aring	default y
47ff0fcc29SAlexander Aring	---help---
48ff0fcc29SAlexander Aring	  6LoWPAN IPv6 Mobility Header compression according to RFC6282.
49ff0fcc29SAlexander Aring
50ff0fcc29SAlexander Aringconfig 6LOWPAN_NHC_ROUTING
51ff0fcc29SAlexander Aring	tristate "Routing Header Support"
52ff0fcc29SAlexander Aring	default y
53ff0fcc29SAlexander Aring	---help---
54ff0fcc29SAlexander Aring	  6LoWPAN IPv6 Routing Header compression according to RFC6282.
55ff0fcc29SAlexander Aring
56cc6ed268SAlexander Aringconfig 6LOWPAN_NHC_UDP
57cc6ed268SAlexander Aring	tristate "UDP Header Support"
58cc6ed268SAlexander Aring	default y
59cc6ed268SAlexander Aring	---help---
60cc6ed268SAlexander Aring	  6LoWPAN IPv6 UDP Header compression according to RFC6282.
61cc6ed268SAlexander Aring
62cc6ed268SAlexander Aringendif
63