1# Copyright (c) 2021 Andes Technology Corporation
2# SPDX-License-Identifier: Apache-2.0
3
4config SOC_SERIES_RISCV_ANDES_V5
5	bool "Andes V5 SoC Series Implementation"
6	select RISCV
7	select SOC_FAMILY_RISCV_PRIVILEGE
8	help
9	  Enable support for Andes V5 SoC Series
10