:orphan: .. title:: NET_L2_OPENTHREAD .. option:: CONFIG_NET_L2_OPENTHREAD *OpenThread L2* Type: ``bool`` Direct dependencies =================== \ :option:`NETWORKING ` && \ :option:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :option:`SETTINGS ` - \ :option:`FLASH ` - \ :option:`FLASH_PAGE_LAYOUT ` - \ :option:`FLASH_MAP ` - \ :option:`MPU_ALLOW_FLASH_WRITE ` - \ :option:`NVS ` - \ :option:`CPLUSPLUS ` - \ :option:`REBOOT ` - \ :option:`ENTROPY_GENERATOR ` Symbols implied by this symbol ============================== - \ :option:`NET_UDP ` - \ :option:`NET_IPV6 ` - \ :option:`NET_CONFIG_NEED_IPV6 ` Kconfig definition ================== .. highlight:: kconfig At ``subsys/net/l2/openthread/Kconfig:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:37`` → ``subsys/net/Kconfig:85`` → ``subsys/net/l2/Kconfig:75`` Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → Link layer options .. parsed-literal:: menuconfig NET_L2_OPENTHREAD bool "OpenThread L2" select \ :option:`SETTINGS ` select \ :option:`FLASH ` select \ :option:`FLASH_PAGE_LAYOUT ` select \ :option:`FLASH_MAP ` select \ :option:`MPU_ALLOW_FLASH_WRITE ` select \ :option:`NVS ` select \ :option:`CPLUSPLUS ` select \ :option:`REBOOT ` select \ :option:`ENTROPY_GENERATOR ` imply \ :option:`NET_UDP ` imply \ :option:`NET_IPV6 ` imply \ :option:`NET_CONFIG_NEED_IPV6 ` depends on \ :option:`NETWORKING ` && \ :option:`NETWORKING ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*