Kconfig (43f26e17d02f5c772cedc3ee16b192ed79764474) Kconfig (b1815fd949e5bd06d118019acf68f87c9414f705)
1menuconfig 6LOWPAN
2 tristate "6LoWPAN Support"
3 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.
7
1menuconfig 6LOWPAN
2 tristate "6LoWPAN Support"
3 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.
7
8config 6LOWPAN_DEBUGFS
9 bool "6LoWPAN debugfs support"
10 depends on 6LOWPAN
11 depends on DEBUG_FS
12 ---help---
13 This enables 6LoWPAN debugfs support. For example to manipulate
14 IPHC context information at runtime.
15
8menuconfig 6LOWPAN_NHC
9 tristate "Next Header and Generic Header Compression Support"
10 depends on 6LOWPAN
11 default y
12 ---help---
13 Support for next header and generic header compression defined in
14 RFC6282 and RFC7400.
15

--- 81 unchanged lines hidden ---
16menuconfig 6LOWPAN_NHC
17 tristate "Next Header and Generic Header Compression Support"
18 depends on 6LOWPAN
19 default y
20 ---help---
21 Support for next header and generic header compression defined in
22 RFC6282 and RFC7400.
23

--- 81 unchanged lines hidden ---