CONFIG_OPENTHREAD_SECURITY_INTERNAL¶
(No prompt – not directly user assignable.)
Type: bool
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.
Defaults¶
No defaults. Implicitly defaults to n.
Kconfig definition¶
At <Zephyr Subsystem>/net/l2/openthread/Kconfig:5
Included via Kconfig:8 → Kconfig.zephyr:44 → <Zephyr Subsystem>/Kconfig:39 → <Zephyr Subsystem>/net/Kconfig:85 → <Zephyr Subsystem>/net/l2/Kconfig:77
Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → Link layer options
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.)