Skip to content

Commit 1541219

Browse files
jycs168arndb
authored andcommitted
arm64: Kconfig: add ARCH_BST for Black Sesame Technologies SoCs
Add ARCH_BST configuration option to enable support for Black Sesame Technologies SoC family. BST produces automotive-grade system-on-chips for intelligent driving, focusing on computer vision and AI capabilities. The BST C1200 family includes SoCs for ADAS and autonomous driving applications. Signed-off-by: Albert Yang <yangzh0906@thundersoft.com> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
1 parent fc77dc0 commit 1541219

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

arch/arm64/Kconfig.platforms

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,14 @@ config ARCH_BLAIZE
119119
help
120120
This enables support for the Blaize SoC family
121121

122+
config ARCH_BST
123+
bool "Black Sesame Technologies SoC Family"
124+
help
125+
This enables support for Black Sesame Technologies (BST) SoC family.
126+
BST produces automotive-grade system-on-chips for intelligent driving,
127+
focusing on computer vision and AI capabilities. The BST C1200 family
128+
includes SoCs for ADAS and autonomous driving applications.
129+
122130
config ARCH_CIX
123131
bool "Cixtech SoC family"
124132
help

0 commit comments

Comments
 (0)