: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 ================== .. highlight:: kconfig At ``modules/Kconfig.vega:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:23`` → ``modules/Kconfig:35`` Menu path: (Top) → Modules .. parsed-literal:: config VEGA_SDK_HAL bool "RV32M1 VEGA SDK support" depends on \ :option:`SOC_OPENISA_RV32M1_RISCV32 ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*