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

PELION_SOURCES || NETWORKING

(Includes any dependencies from ifs and menus.)

Default

Kconfig definitions

At <nRF>/lib/pelion/Kconfig:12

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:23<Zephyr>/modules/Kconfig:6<BuildDir>/kconfig/Kconfig.modules:2<nRF>/Kconfig.nrf:52<nRF>/lib/Kconfig:34

Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Libraries

config OPENTHREAD_SECURITY_INTERNAL
    bool
    default y if PELION_NRF_SECURITY
    depends on PELION_SOURCES

At <Zephyr>/subsys/net/l2/openthread/Kconfig:5

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