Skip to content

Commit 16eb4e0

Browse files
author
Drew Fustini
committed
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>
1 parent 8e88602 commit 16eb4e0

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

arch/riscv/Kconfig.socs

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,14 @@ config ARCH_SUNXI
6363
This enables support for Allwinner sun20i platform hardware,
6464
including boards based on the D1 and D1s SoCs.
6565

66+
config ARCH_TENSTORRENT
67+
bool "Tenstorrent SoCs"
68+
help
69+
This enables support for Tenstorrent SoC platforms.
70+
Current support is for Blackhole P100 and P150 PCIe cards.
71+
The Blackhole SoC contains four RISC-V CPU tiles each
72+
consisting of 4x SiFive X280 cores.
73+
6674
config ARCH_THEAD
6775
bool "T-HEAD RISC-V SoCs"
6876
depends on MMU && !XIP_KERNEL

0 commit comments

Comments
 (0)