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 <Subsystem>/net/l2/openthread/Kconfig:35

Included via Kconfig:8Kconfig.zephyr:44<Subsystem>/Kconfig:39<Subsystem>/net/Kconfig:81<Subsystem>/net/l2/Kconfig:82

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.)