:orphan: .. title:: CONFIG_ZEPHYR_MBEDTLS_MODULE .. kconfig:: CONFIG_ZEPHYR_MBEDTLS_MODULE CONFIG_ZEPHYR_MBEDTLS_MODULE ############################ *(No prompt -- not directly user assignable.)* Type: ``bool`` Default ======= - y Kconfig definitions =================== At ``/mbedtls/Kconfig:6`` 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 ZEPHYR_MBEDTLS_MODULE bool ---- At ``/kconfig/Kconfig.modules:27`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:33`` → ``/Kconfig:6`` Menu path: (Top) → Modules → mbedtls (/home/runner/work/bridle/bridle/workspace/modules/crypto/mbedtls) .. code-block:: kconfig config ZEPHYR_MBEDTLS_MODULE bool default y ---- At ``/mbedtls/Kconfig:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:33`` → ``/Kconfig:74`` Menu path: (Top) → Modules .. code-block:: kconfig config ZEPHYR_MBEDTLS_MODULE bool depends on 0 *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*