CONFIG_NET_RPL

Enable RPL (Ripple) support

Type: bool

Help

See RFC 6550 and RFC 6551 for details. Enable this if required by the network needs.

Direct dependencies

NETWORKING

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

Defaults

No defaults. Implicitly defaults to n.

Symbols selected by this symbol

Kconfig definition

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

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

Menu path: (top menu) → Networking → IP stack

menuconfig NET_RPL
    bool
    prompt "Enable RPL (Ripple) support" if NETWORKING
    select NET_IPV6 if NETWORKING
    select NET_IPV6_NBR_CACHE if NETWORKING
    select NET_ROUTE if NETWORKING
    depends on NETWORKING
    help
      See RFC 6550 and RFC 6551 for details. Enable this if required by
      the network needs.

(Definitions include propagated dependencies, including from if’s and menus.)