1# Copyright (c) 2023 Rivos Inc.
2# SPDX-License-Identifier: Apache-2.0
3
4config SOC_SERIES_RISCV_OPENTITAN
5	bool "OpenTitan implementation"
6	select RISCV
7	select SOC_FAMILY_RISCV_PRIVILEGED
8	# OpenTitan Ibex core mtvec mode is read-only / forced to vectored mode.
9	select RISCV_VECTORED_MODE
10	select GEN_IRQ_VECTOR_TABLE
11	help
12	  Enable support for OpenTitan
13