zephyr/soc/renode/riscv_virtual/Kconfig.soc

11 lines
229 B
Plaintext

# Copyright (c) 2023 Meta
# SPDX-License-Identifier: Apache-2.0
config SOC_RISCV_VIRTUAL_RENODE
bool
help
Renode RISCV32 Virtual system implementation
config SOC
default "riscv_virtual_renode" if SOC_RISCV_VIRTUAL_RENODE