1# Configuration options for riscv SOCs supporting the riscv privileged 2# architecture specification 3 4# Copyright (c) 2017 Jean-Paul Etienne <fractalclone@gmail.com> 5# SPDX-License-Identifier: Apache-2.0 6 7config RISCV_VECTORED_MODE 8 bool "Should the SOC use vectored mode" 9 depends on RISCV_PRIVILEGED 10 help 11 Should the SOC use vectored mode. 12