CONFIG_HAS_RV32M1_CAU3_BLE¶
(No prompt – not directly user assignable.)
Type: bool
Default¶
- y if - BT_CTLR_CRYPTO&& (- BT_CTLR_LE_ENC_SUPPORT||- BT_CTLR_PRIVACY_SUPPORT)
Kconfig definition¶
At <Zephyr Boards>/riscv/rv32m1_vega/Kconfig.defconfig:24
Included via Kconfig:8 → Kconfig.zephyr:22
Menu path: (Top)
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.)