-
choice: Network type
Network type
Type: bool
Help¶
The type of the network that this RPL device is supporting. Currently all the nodes in the network need to be the same type like IEEE 802.15.4.
Defaults¶
Choice options¶
Kconfig definition¶
At subsys/net/ip/Kconfig.rpl:28
Included via Kconfig:10
→ Kconfig.zephyr:35
→ subsys/Kconfig:22
→ subsys/net/Kconfig:91
→ subsys/net/ip/Kconfig:471
Menu path: (top menu) → Networking → IP stack → Enable RPL (Ripple) support
choice bool prompt "Network type" ifNET_RPL
&&NETWORKING
defaultNET_RPL_L2_IEEE802154
ifNET_L2_IEEE802154
&&NET_RPL
&&NETWORKING
defaultNET_RPL_L2_ANY
ifNET_RPL
&&NETWORKING
depends onNET_RPL
&&NETWORKING
help The type of the network that this RPL device is supporting. Currently all the nodes in the network need to be the same type like IEEE 802.15.4.
(Definitions include propagated dependencies, including from if’s and menus.)