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