:orphan: .. title:: CONFIG_NET_L2_OPENTHREAD .. kconfig:: CONFIG_NET_L2_OPENTHREAD CONFIG_NET_L2_OPENTHREAD ######################## *OpenThread L2* Type: ``bool`` Direct dependencies =================== \ :kconfig:`NETWORKING ` && \ :kconfig:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :kconfig:`NET_L2_PHY_IEEE802154 ` - \ :kconfig:`SETTINGS ` if \ :kconfig:`FLASH ` - \ :kconfig:`OPENTHREAD_SETTINGS_RAM ` if !\ :kconfig:`FLASH ` - \ :kconfig:`CPLUSPLUS ` - \ :kconfig:`REBOOT ` - \ :kconfig:`ENTROPY_GENERATOR ` Symbols implied by this symbol ============================== - \ :kconfig:`FLASH ` - \ :kconfig:`FLASH_PAGE_LAYOUT ` - \ :kconfig:`FLASH_MAP ` - \ :kconfig:`MPU_ALLOW_FLASH_WRITE ` - \ :kconfig:`NVS ` - \ :kconfig:`NET_UDP ` - \ :kconfig:`NET_IPV6 ` - \ :kconfig:`NET_CONFIG_NEED_IPV6 ` Kconfig definition ================== At ``/net/l2/openthread/Kconfig:12`` 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 .. code-block:: kconfig menuconfig NET_L2_OPENTHREAD bool "OpenThread L2" select NET_L2_PHY_IEEE802154 select SETTINGS if FLASH select OPENTHREAD_SETTINGS_RAM if !FLASH select CPLUSPLUS select REBOOT select ENTROPY_GENERATOR imply FLASH imply FLASH_PAGE_LAYOUT imply FLASH_MAP imply MPU_ALLOW_FLASH_WRITE imply NVS 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.)*