zephyr/soc/wch/ch32v/qingke_v4f/Kconfig
Miguel Gazquez be9549be60 soc: Add support for the WCH CH32V303
Adds support for building an image for the ch32v303.

Signed-off-by: Miguel Gazquez <miguel.gazquez@bootlin.com>
2025-05-24 18:03:53 +02:00

11 lines
276 B
Text

# Copyright (c) 2025 Bootlin
# SPDX-License-Identifier: Apache-2.0
config SOC_SERIES_QINGKE_V4F
select RISCV_ISA_RV32I
select RISCV_ISA_EXT_M
select RISCV_ISA_EXT_A
select RISCV_ISA_EXT_C
select RISCV_ISA_EXT_F
select RISCV_ISA_EXT_ZICSR
select RISCV_ISA_EXT_ZIFENCEI