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

Direct dependencies

0 || (NET_L2_OPENTHREAD && NETWORKING)

(Includes any dependencies from ifs and menus.)

Default

Kconfig definitions

At modules/mbedtls/Kconfig:8

Included via Kconfig:8Kconfig.zephyr:33modules/Kconfig:74

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:161

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 → 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.)