:orphan: .. title:: CONFIG_CUSTOM_OPENTHREAD_SECURITY .. kconfig:: CONFIG_CUSTOM_OPENTHREAD_SECURITY CONFIG_CUSTOM_OPENTHREAD_SECURITY ################################# *Custom* Type: ``bool`` Help ==== .. code-block:: none Security settings will be controlled directly by the user. Enabling this setting will give access to full control of mbed TLS configuration. Direct dependencies =================== \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== At ``/net/l2/openthread/Kconfig:170`` 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 → OpenThread security .. code-block:: kconfig config CUSTOM_OPENTHREAD_SECURITY bool "Custom" depends on help Security settings will be controlled directly by the user. Enabling this setting will give access to full control of mbed TLS configuration. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*