:orphan: .. title:: CONFIG_OPENTHREAD_COPROCESSOR .. kconfig:: CONFIG_OPENTHREAD_COPROCESSOR CONFIG_OPENTHREAD_COPROCESSOR ############################# *OpenThread Co-Processor* Type: ``bool`` Help ==== .. code-block:: none Enable Co-Processor in OpenThread stack. Direct dependencies =================== \ :kconfig:`NET_L2_OPENTHREAD ` && \ :kconfig:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :kconfig:`OPENTHREAD_MANUAL_START ` - \ :kconfig:`RING_BUFFER ` - \ :kconfig:`UART_INTERRUPT_DRIVEN ` Kconfig definition ================== At ``/net/l2/openthread/Kconfig:215`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:39`` → ``/net/Kconfig:85`` → ``/net/l2/Kconfig:77`` Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → Link layer options → OpenThread L2 .. code-block:: kconfig config OPENTHREAD_COPROCESSOR bool "OpenThread Co-Processor" select OPENTHREAD_MANUAL_START select RING_BUFFER select UART_INTERRUPT_DRIVEN depends on NET_L2_OPENTHREAD && NETWORKING help Enable Co-Processor in OpenThread stack. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*