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.

Direct dependencies

NET_RPL && NETWORKING

(Includes any dependencies from if’s and menus.)

Kconfig definition

At subsys/net/ip/Kconfig.rpl:28

Included via Kconfig:10Kconfig.zephyr:35subsys/Kconfig:22subsys/net/Kconfig:91subsys/net/ip/Kconfig:471

Menu path: (top menu) → Networking → IP stack → Enable RPL (Ripple) support

choice
    bool
    prompt "Network type" if NET_RPL && NETWORKING
    default NET_RPL_L2_IEEE802154 if NET_L2_IEEE802154 && NET_RPL && NETWORKING
    default NET_RPL_L2_ANY if NET_RPL && NETWORKING
    depends on NET_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.)