diff options
author | Jisheng Zhang <jszhang@kernel.org> | 2023-06-18 00:15:25 +0800 |
---|---|---|
committer | Conor Dooley <conor.dooley@microchip.com> | 2023-06-17 19:04:08 +0100 |
commit | da47ce0039632d2e82ee70a86079d7a8b4c92103 (patch) | |
tree | ae77de80bea3ac1c60aedc9d4fa4829d6383a6ed | |
parent | 89b0186ab5325fa70852b42d7b0012bb2a1a4891 (diff) |
riscv: Add the T-HEAD SoC family Kconfig option
The first SoC in the T-HEAD series is TH1520, containing quad T-HEAD
C910 cores.
Signed-off-by: Jisheng Zhang <jszhang@kernel.org>
Reviewed-by: Conor Dooley <conor.dooley@microchip.com>
Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
-rw-r--r-- | arch/riscv/Kconfig.socs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/riscv/Kconfig.socs b/arch/riscv/Kconfig.socs index 1cf69f958f10..ce10a38dff37 100644 --- a/arch/riscv/Kconfig.socs +++ b/arch/riscv/Kconfig.socs @@ -41,6 +41,12 @@ config ARCH_SUNXI This enables support for Allwinner sun20i platform hardware, including boards based on the D1 and D1s SoCs. +config ARCH_THEAD + bool "T-HEAD RISC-V SoCs" + select ERRATA_THEAD + help + This enables support for the RISC-V based T-HEAD SoCs. + config ARCH_VIRT def_bool SOC_VIRT |