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