:orphan: .. title:: CONFIG_HAS_RV32M1_CAU3_BLE .. kconfig:: CONFIG_HAS_RV32M1_CAU3_BLE CONFIG_HAS_RV32M1_CAU3_BLE ########################## *(No prompt -- not directly user assignable.)* Type: ``bool`` Direct dependencies =================== \ :kconfig:`BT ` && \ :kconfig:`BOARD_RV32M1_VEGA ` *(Includes any dependencies from ifs and menus.)* Default ======= - y if \ :kconfig:`BT_CTLR_CRYPTO ` && (\ :kconfig:`BT_CTLR_LE_ENC_SUPPORT ` || \ :kconfig:`BT_CTLR_PRIVACY_SUPPORT `) Kconfig definition ================== At ``/riscv/rv32m1_vega/Kconfig.defconfig:24`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig config HAS_RV32M1_CAU3_BLE bool default y if BT_CTLR_CRYPTO && (BT_CTLR_LE_ENC_SUPPORT || BT_CTLR_PRIVACY_SUPPORT) depends on BT && BOARD_RV32M1_VEGA *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*