choice OPENTHREAD_IMPLEMENTATION: OpenThread origin selection

OpenThread origin selection

Type: bool

Help

Select OpenThread to use for build. Custom OpenThread implementations can be added to the application Kconfig.

Direct dependencies

NET_L2_OPENTHREAD && NETWORKING

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to the first (visible) choice option.

Choice options

Kconfig definition

At subsys/net/l2/openthread/Kconfig:27

Included via Kconfig:8Kconfig.zephyr:34subsys/Kconfig:37subsys/net/Kconfig:85subsys/net/l2/Kconfig:75

Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → Link layer options → OpenThread L2

choice OPENTHREAD_IMPLEMENTATION
    bool "OpenThread origin selection"
    depends on NET_L2_OPENTHREAD && NETWORKING
    help
      Select OpenThread to use for build. Custom OpenThread implementations
      can be added to the application Kconfig.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)