The latest development version of this page may be more current than this released 2.6.1-rc1 version.
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.

Default

Kconfig definitions

At modules/mbedtls/Kconfig:8

Included via Kconfig:8Kconfig.zephyr:23modules/Kconfig:6doc/_build/Kconfig/Kconfig.modules:8

Menu path: (Top) → Modules → mbedtls (/home/nashif/zephyrproject/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 modules/mbedtls/Kconfig:8

Included via Kconfig:8Kconfig.zephyr:23modules/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 subsys/net/l2/openthread/Kconfig:162

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