:orphan: .. title:: MBEDTLS_CIPHER_CAMELLIA_ENABLED .. option:: CONFIG_MBEDTLS_CIPHER_CAMELLIA_ENABLED *Enable the Camellia block cipher* Type: ``bool`` Direct dependencies =================== \ :option:`MBEDTLS_BUILTIN ` && \ :option:`MBEDTLS_CFG_FILE ` = "config-tls-generic.h" && \ :option:`MBEDTLS ` *(Includes any dependencies from if's and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :option:`MBEDTLS_CIPHER_ALL_ENABLED ` Kconfig definition ================== .. highlight:: kconfig At ``ext/lib/crypto/mbedtls/Kconfig.tls-generic:183`` Included via ``Kconfig:10`` → ``Kconfig.zephyr:41`` → ``ext/Kconfig:13`` → ``ext/lib/crypto/Kconfig:10`` → ``ext/lib/crypto/mbedtls/Kconfig:56`` Menu path: (top menu) → External Sources → Cryptography → mbedTLS Support → TLS configuration → Ciphersuite configuration .. parsed-literal:: config MBEDTLS_CIPHER_CAMELLIA_ENABLED bool prompt "Enable the Camellia block cipher" if \ :option:`MBEDTLS_BUILTIN ` && \ :option:`MBEDTLS_CFG_FILE ` = "config-tls-generic.h" && \ :option:`MBEDTLS ` depends on \ :option:`MBEDTLS_BUILTIN ` && \ :option:`MBEDTLS_CFG_FILE ` = "config-tls-generic.h" && \ :option:`MBEDTLS ` *(Definitions include propagated dependencies, including from if's and menus.)*