:orphan: .. title:: choice OPENTHREAD_SECURITY: OpenThread security .. _choice_562: .. describe:: choice OPENTHREAD_SECURITY: OpenThread security *OpenThread security* Type: ``bool`` Direct dependencies =================== !\ :kconfig:`OPENTHREAD_SECURITY_INTERNAL ` && \ :kconfig:`NET_L2_OPENTHREAD ` && \ :kconfig:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :kconfig:`OPENTHREAD_MBEDTLS_CHOICE ` Choice options ============== - \ :kconfig:`CUSTOM_OPENTHREAD_SECURITY ` - \ :kconfig:`OPENTHREAD_MBEDTLS_CHOICE ` Kconfig definition ================== At ``/net/l2/openthread/Kconfig:165`` 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 choice OPENTHREAD_SECURITY bool "OpenThread security" default OPENTHREAD_MBEDTLS_CHOICE depends on !OPENTHREAD_SECURITY_INTERNAL && NET_L2_OPENTHREAD && NETWORKING *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*