CONFIG_NET_L2_OPENTHREAD

OpenThread L2

Type: bool

Direct dependencies

NETWORKING && NETWORKING

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols implied by this symbol

Kconfig definition

At <Zephyr>/subsys/net/l2/openthread/Kconfig:6

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:34<Zephyr>/subsys/Kconfig:34<Zephyr>/subsys/net/Kconfig:85<Zephyr>/subsys/net/l2/Kconfig:75

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

menuconfig NET_L2_OPENTHREAD
    bool "OpenThread L2"
    select SETTINGS
    select FLASH
    select FLASH_PAGE_LAYOUT
    select FLASH_MAP
    select MPU_ALLOW_FLASH_WRITE
    select NVS
    select CPLUSPLUS
    select REBOOT
    select ENTROPY_GENERATOR
    imply NET_UDP
    imply NET_IPV6
    imply NET_CONFIG_NEED_IPV6
    depends on NETWORKING && NETWORKING

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