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 <External Modules>/mbedtls/Kconfig:8
Included via Kconfig:8 → Kconfig.zephyr:33 → <External Modules>/Kconfig:6 → <BuildDir>/kconfig/Kconfig.modules:26
Menu path: (Top) → Modules → mbedtls (/home/runner/work/bridle/bridle/workspace/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 <External Modules>/mbedtls/Kconfig:8
Included via Kconfig:8 → Kconfig.zephyr:33 → <External 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 <Zephyr Subsystem>/net/l2/openthread/Kconfig:161
Included via Kconfig:8 → Kconfig.zephyr:44 → <Zephyr Subsystem>/Kconfig:39 → <Zephyr Subsystem>/net/Kconfig:85 → <Zephyr Subsystem>/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.)