1
0

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 <jms@oss.tenstorrent.com>
Signed-off-by: Drew Fustini <dfustini@oss.tenstorrent.com>
This commit is contained in:
Drew Fustini
2025-10-13 20:11:59 -07:00
parent 8e88602e99
commit 16eb4e02a6

View File

@@ -63,6 +63,14 @@ config ARCH_SUNXI
This enables support for Allwinner sun20i platform hardware, This enables support for Allwinner sun20i platform hardware,
including boards based on the D1 and D1s SoCs. 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 config ARCH_THEAD
bool "T-HEAD RISC-V SoCs" bool "T-HEAD RISC-V SoCs"
depends on MMU && !XIP_KERNEL depends on MMU && !XIP_KERNEL