mirror of
https://github.com/riscv-software-src/opensbi.git
synced 2025-08-24 23:41:23 +01:00
platform: generic: thead: initialize PMU by default in thead generic platform
Since all the SoC with thead c9xx cores need this initialization at now, initialize the c9xx pmu in the thead generic platform by default. Signed-off-by: Inochi Amaoto <inochiama@outlook.com> Reviewed-by: Anup Patel <anup@brainfault.org>
This commit is contained in:

committed by
Anup Patel

parent
492d9b153d
commit
3e21b96003
@@ -56,6 +56,7 @@ config PLATFORM_STARFIVE_JH7110
|
||||
config PLATFORM_THEAD
|
||||
bool "THEAD C9xx support"
|
||||
select THEAD_C9XX_ERRATA
|
||||
select THEAD_C9XX_PMU
|
||||
default n
|
||||
|
||||
source "$(OPENSBI_SRC_DIR)/platform/generic/andes/Kconfig"
|
||||
|
Reference in New Issue
Block a user