forked from Mirrors/opensbi

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