For the 2 SoCs without a vendor, put them into a generic qemu folder Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
9 lines
227 B
Text
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
|