:orphan: .. title:: CONFIG_VEGA_SDK_HAL .. kconfig:: CONFIG_VEGA_SDK_HAL CONFIG_VEGA_SDK_HAL ################### *RV32M1 VEGA SDK support* Type: ``bool`` Direct dependencies =================== \ :kconfig:`SOC_OPENISA_RV32M1_RISCV32 ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :kconfig:`SOC_OPENISA_RV32M1_RISCV32 ` - \ :kconfig:`SOC_OPENISA_RV32M1_RISCV32 ` Kconfig definition ================== At ``/Kconfig.vega:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:33`` → ``/Kconfig:32`` 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.)*