:orphan: .. title:: CONFIG_MBEDTLS_PROMPTLESS .. kconfig:: CONFIG_MBEDTLS_PROMPTLESS CONFIG_MBEDTLS_PROMPTLESS ######################### *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== .. code-block:: none 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 ==== .. code-block:: none 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 ======= - y if !\ :kconfig:`CUSTOM_OPENTHREAD_SECURITY ` Kconfig definitions =================== At ``/mbedtls/Kconfig:8`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:33`` → ``/Kconfig:6`` → ``/kconfig/Kconfig.modules:26`` Menu path: (Top) → Modules → mbedtls (/home/runner/work/bridle/bridle/workspace/modules/crypto/mbedtls) .. code-block:: kconfig 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 ``/mbedtls/Kconfig:8`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:33`` → ``/Kconfig:74`` Menu path: (Top) → Modules .. code-block:: kconfig 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 ``/net/l2/openthread/Kconfig:161`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:39`` → ``/net/Kconfig:85`` → ``/net/l2/Kconfig:77`` Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → Link layer options → OpenThread L2 .. code-block:: kconfig 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.)*