:orphan: .. title:: VEGA_SDK_HAL .. option:: CONFIG_VEGA_SDK_HAL *RV32M1 VEGA SDK support* Type: ``bool`` Direct dependencies =================== \ :option:`SOC_OPENISA_RV32M1_RISCV32 ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :option:`SOC_OPENISA_RV32M1_RISCV32 ` Kconfig definition ================== At ``/Kconfig.vega:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:23`` → ``/Kconfig:33`` Menu path: (Top) → Modules .. code-block:: kconfig config VEGA_SDK_HAL bool "RV32M1 VEGA SDK support" depends on SOC_OPENISA_RV32M1_RISCV32 *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*