:orphan: .. title:: choice OPENTHREAD_IMPLEMENTATION: OpenThread origin selection .. _choice_476: .. describe:: choice OPENTHREAD_IMPLEMENTATION: OpenThread origin selection *OpenThread origin selection* Type: ``bool`` Help ==== .. code-block:: none Select OpenThread to use for build. Custom OpenThread implementations can be added to the application Kconfig. Direct dependencies =================== \ :kconfig:`NET_L2_OPENTHREAD ` && \ :kconfig:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to the first (visible) choice option. Choice options ============== - \ :kconfig:`OPENTHREAD_SOURCES ` Kconfig definition ================== At ``/net/l2/openthread/Kconfig:35`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:39`` → ``/net/Kconfig:81`` → ``/net/l2/Kconfig:82`` Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → Link layer options → OpenThread L2 .. code-block:: kconfig 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.)*