public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 3/9] arm64: Kconfig: add ARCH_BST for bst silicons
@ 2025-05-28  8:54 Albert Yang
  2025-05-28  9:10 ` Krzysztof Kozlowski
  0 siblings, 1 reply; 2+ messages in thread
From: Albert Yang @ 2025-05-28  8:54 UTC (permalink / raw)
  To: Catalin Marinas, Will Deacon, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley
  Cc: linux-arm-kernel, linux-kernel, Albert Yang, Ge Gordon

Add ARCH_BST for bst SoC series support.
Add ARCH_BSTC1200 for BSTC1200 platform.

Signed-off-by: Ge Gordon <gordon.ge@bst.ai>
Signed-off-by: Albert Yang <yangzh0906@thundersoft.com>
---
 arch/arm64/Kconfig.platforms | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms
index 8b76821f190f..b94c8c5d038c 100644
--- a/arch/arm64/Kconfig.platforms
+++ b/arch/arm64/Kconfig.platforms
@@ -402,4 +402,23 @@ config ARCH_ZYNQMP
 	help
 	  This enables support for Xilinx ZynqMP Family
 
+config ARCH_BSTC1200
+	bool "BSTC1200 Platforms"
+	select SOC_NONCOHERENT
+	help
+	  This enables support for Black Sesame Technologies C1200 series SoCs.
+	  The BST C1200 is an automotive-grade SoC designed for ADAS and
+	  autonomous driving applications. It features ARM Cortex-A78 cores,
+	  dedicated AI accelerators, and various automotive interfaces.
+
+config ARCH_BST
+	bool "BST Platforms"
+	select SOC_NONCOHERENT
+	help
+	  This enables support for Black Sesame Technologies (BST) SoC family.
+	  BST is a leading provider of automotive-grade AI chips and solutions.
+	  Their SoC products integrate high-performance CPU cores, AI accelerators,
+	  and comprehensive automotive interfaces for ADAS and autonomous driving
+	  applications.
+
 endmenu # "Platform selection"
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-05-28  9:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-28  8:54 [PATCH v1 3/9] arm64: Kconfig: add ARCH_BST for bst silicons Albert Yang
2025-05-28  9:10 ` Krzysztof Kozlowski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox