zephyr/soc/qemu/virt_riscv/qemu_virt_riscv32e/Kconfig.soc
Jamie McCrae f903052f42 soc: Move non-grouped qemu boards into qemu folder
For the 2 SoCs without a vendor, put them into a generic qemu
folder

Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
2024-03-22 00:56:51 +01:00

9 lines
227 B
Text

# Copyright (c) 2024 Antmicro <www.antmicro.com>
# SPDX-License-Identifier: Apache-2.0
config SOC_QEMU_VIRT_RISCV32E
bool
select SOC_FAMILY_QEMU_VIRT_RISCV
config SOC
default "qemu_virt_riscv32e" if SOC_QEMU_VIRT_RISCV32E