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