mirror of
https://github.com/riscv-software-src/opensbi.git
synced 2025-08-24 23:41:23 +01:00

Separate the implement of T-HEAD c9xx pmu to allow any platform with c9xx cores can use it. Signed-off-by: Inochi Amaoto <inochiama@outlook.com> Reviewed-by: Anup Patel <anup@brainfault.org>
6 lines
113 B
Plaintext
6 lines
113 B
Plaintext
# SPDX-License-Identifier: BSD-2-Clause
|
|
|
|
config THEAD_C9XX_PMU
|
|
bool "T-HEAD c9xx M-mode PMU support"
|
|
default n
|