choice: Objective function

Objective function

Type: bool

Help

The objective function to use. All RPL nodes in a DODAG must use the same OF. The default is MRHOF, see RFC 6719 for details. Other alternative is OF0, see RFC 6552 for details.

Direct dependencies

NET_RPL && NETWORKING

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

Choice options

Kconfig definition

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

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 "Objective function" if NET_RPL && NETWORKING
    default NET_RPL_MRHOF if NET_RPL && NETWORKING
    depends on NET_RPL && NETWORKING
    help
      The objective function to use. All RPL nodes in a DODAG
      must use the same OF.
      The default is MRHOF, see RFC 6719 for details.
      Other alternative is OF0, see RFC 6552 for details.

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