:orphan: .. title:: CONFIG_OPENTHREAD_SECURITY_INTERNAL .. kconfig:: CONFIG_OPENTHREAD_SECURITY_INTERNAL CONFIG_OPENTHREAD_SECURITY_INTERNAL ################################### *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== .. code-block:: none OpenThread setting to signal that OpenThread security settings, such as the OPENTHREAD_MBEDTLS setting will be controlled through other Kconfig dependencies and should not be user configurable. Direct dependencies =================== \ :kconfig:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/net/l2/openthread/Kconfig:5`` 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 .. code-block:: kconfig config OPENTHREAD_SECURITY_INTERNAL bool depends on NETWORKING help OpenThread setting to signal that OpenThread security settings, such as the OPENTHREAD_MBEDTLS setting will be controlled through other Kconfig dependencies and should not be user configurable. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*