mirror of
https://github.com/riscv-software-src/opensbi.git
synced 2025-08-24 23:41:23 +01:00
platform: generic: thead: separate implement of T-HEAD c9xx pmu
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>
This commit is contained in:

committed by
Anup Patel

parent
c1a6987447
commit
8e941e7fe3
@@ -26,6 +26,7 @@ config PLATFORM_GENERIC_MINOR_VER
|
||||
config PLATFORM_ALLWINNER_D1
|
||||
bool "Allwinner D1 support"
|
||||
depends on FDT_IRQCHIP_PLIC
|
||||
select THEAD_C9XX_PMU
|
||||
default n
|
||||
|
||||
config PLATFORM_ANDES_AE350
|
||||
@@ -57,5 +58,6 @@ config PLATFORM_THEAD
|
||||
default n
|
||||
|
||||
source "$(OPENSBI_SRC_DIR)/platform/generic/andes/Kconfig"
|
||||
source "$(OPENSBI_SRC_DIR)/platform/generic/thead/Kconfig"
|
||||
|
||||
endif
|
||||
|
Reference in New Issue
Block a user