From: Drew Fustini Date: Tue, 14 Oct 2025 03:11:59 +0000 (-0700) Subject: riscv: Kconfig.socs: Add ARCH_TENSTORRENT for Tenstorrent SoCs X-Git-Tag: v6.19-rc1~99^2~2^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=16eb4e02a631b06a12b3170c8ec3f64a03b9d3ce;p=thirdparty%2Fkernel%2Flinux.git riscv: Kconfig.socs: Add ARCH_TENSTORRENT for Tenstorrent SoCs Add Kconfig option ARCH_TENSTORRENT to enable support for SoCs like the Blackhole. Reviewed-by: Joel Stanley Signed-off-by: Drew Fustini --- diff --git a/arch/riscv/Kconfig.socs b/arch/riscv/Kconfig.socs index 848e7149e4435..0b4d408aebfa5 100644 --- a/arch/riscv/Kconfig.socs +++ b/arch/riscv/Kconfig.socs @@ -63,6 +63,14 @@ config ARCH_SUNXI This enables support for Allwinner sun20i platform hardware, including boards based on the D1 and D1s SoCs. +config ARCH_TENSTORRENT + bool "Tenstorrent SoCs" + help + This enables support for Tenstorrent SoC platforms. + Current support is for Blackhole P100 and P150 PCIe cards. + The Blackhole SoC contains four RISC-V CPU tiles each + consisting of 4x SiFive X280 cores. + config ARCH_THEAD bool "T-HEAD RISC-V SoCs" depends on MMU && !XIP_KERNEL