Skip to content

Commit da47ce0

Browse files
xhackerustcConchuOD
authored andcommitted
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>
1 parent 89b0186 commit da47ce0

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

arch/riscv/Kconfig.socs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,12 @@ config ARCH_SUNXI
4141
This enables support for Allwinner sun20i platform hardware,
4242
including boards based on the D1 and D1s SoCs.
4343

44+
config ARCH_THEAD
45+
bool "T-HEAD RISC-V SoCs"
46+
select ERRATA_THEAD
47+
help
48+
This enables support for the RISC-V based T-HEAD SoCs.
49+
4450
config ARCH_VIRT
4551
def_bool SOC_VIRT
4652

0 commit comments

Comments
 (0)