:orphan: .. title:: ZEPHYR_MBEDTLS_MODULE .. option:: 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:23`` → ``/Kconfig:6`` → ``/kconfig/Kconfig.modules:14`` 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:15`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:23`` → ``/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:23`` → ``/Kconfig:66`` 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.)*