CONFIG_MBEDTLS_PROMPTLESS

(No prompt – not directly user assignable.)

Type: bool

Help

Symbol to disable the prompt for MBEDTLS selection.
This symbol may be used internally in a Kconfig tree to hide the
mbed TLS menu prompt and instead handle the selection of MBEDTLS from
dependent sub-configurations and thus preven stuck symbol behavior.

Help

Symbol to disable the prompt for MBEDTLS selection.
This symbol may be used internally in a Kconfig tree to hide the
mbed TLS menu prompt and instead handle the selection of MBEDTLS from
dependent sub-configurations and thus preven stuck symbol behavior.

Symbols that select this symbol

Kconfig definitions

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

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 MBEDTLS_PROMPTLESS
    bool
    default y if !CUSTOM_PELION_SECURITY
    depends on PELION_SOURCES

At <Zephyr>/modules/mbedtls/Kconfig:8

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:23<Zephyr>/modules/Kconfig:6<BuildDir>/kconfig/Kconfig.modules:50

Menu path: (Top) → Modules → mbedtls (/home/runner/work/sdk-nrf/sdk-nrf/ncs/modules/crypto/mbedtls)

config MBEDTLS_PROMPTLESS
    bool
    help
      Symbol to disable the prompt for MBEDTLS selection.
      This symbol may be used internally in a Kconfig tree to hide the
      mbed TLS menu prompt and instead handle the selection of MBEDTLS from
      dependent sub-configurations and thus preven stuck symbol behavior.

At <Zephyr>/modules/mbedtls/Kconfig:8

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:23<Zephyr>/modules/Kconfig:66

Menu path: (Top) → Modules

config MBEDTLS_PROMPTLESS
    bool
    depends on 0
    help
      Symbol to disable the prompt for MBEDTLS selection.
      This symbol may be used internally in a Kconfig tree to hide the
      mbed TLS menu prompt and instead handle the selection of MBEDTLS from
      dependent sub-configurations and thus preven stuck symbol behavior.

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

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 → OpenThread L2

config MBEDTLS_PROMPTLESS
    bool
    default y if !CUSTOM_OPENTHREAD_SECURITY
    depends on NET_L2_OPENTHREAD && NETWORKING

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)