:orphan: .. title:: BOARD_RV32M1_VEGA .. option:: CONFIG_BOARD_RV32M1_VEGA *RV32M1 RISC-V cores* Type: ``bool`` Direct dependencies =================== \ :option:`SOC_OPENISA_RV32M1_RISCV32 ` && \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== .. highlight:: kconfig At ``boards/riscv/rv32m1_vega/Kconfig.board:3`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``boards/Kconfig:22`` Menu path: (Top) → Board Selection .. parsed-literal:: config BOARD_RV32M1_VEGA bool "RV32M1 RISC-V cores" depends on \ :option:`SOC_OPENISA_RV32M1_RISCV32 ` && \ :ref:` ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*