The latest development version of this page may be more current than this released 2.7.5 version.

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.

Direct dependencies

NETWORKING

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At subsys/net/l2/openthread/Kconfig:5

Included via Kconfig:8Kconfig.zephyr:44subsys/Kconfig:39subsys/net/Kconfig:87subsys/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.)