[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20251016120558.2390960-6-yangzh0906@thundersoft.com>
Date: Thu, 16 Oct 2025 20:05:57 +0800
From: Albert Yang <yangzh0906@...ndersoft.com>
To: krzysztof.kozlowski@...aro.org
Cc: krzk+dt@...nel.org,
catalin.marinas@....com,
will@...nel.org,
arnd@...db.de,
robh@...nel.org,
conor+dt@...nel.org,
gordon.ge@....ai,
bst-upstream@...ai.top,
devicetree@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org,
linux-kernel@...r.kernel.org,
ulf.hansson@...aro.org,
Albert Yang <yangzh0906@...ndersoft.com>
Subject: [PATCH v5 5/6] arm64: defconfig: enable BST platform support
Enable support for Black Sesame Technologies (BST) platform
in the ARM64 defconfig:
- CONFIG_ARCH_BST: Enable BST SoC platform support
Signed-off-by: Albert Yang <yangzh0906@...ndersoft.com>
---
Changes for v5:
- Remove CONFIG_MMC_SDHCI_BST (MMC patches will be submitted separately)
Changes for v4:
- move CONFIG_MMC_SDHCI_BST before CONFIG_MMC_SDHCI_F_SDH30
- Remove Signed-off-by line for Ge Gordon
- Simplify commit message (remove detailed description about eMMC/SD functionality)
Changes for v3:
- Also enable CONFIG_ARCH_BST in arm64 defconfig (in addition to CONFIG_MMC_SDHCI_BST)
Changes for v2:
- No changes
---
arch/arm64/configs/defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index e3a2d37bd104..972cae9bee88 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -47,6 +47,7 @@ CONFIG_ARCH_BCMBCA=y
CONFIG_ARCH_BRCMSTB=y
CONFIG_ARCH_BERLIN=y
CONFIG_ARCH_BLAIZE=y
+CONFIG_ARCH_BST=y
CONFIG_ARCH_CIX=y
CONFIG_ARCH_EXYNOS=y
CONFIG_ARCH_SPARX5=y
--
2.43.0
Powered by blists - more mailing lists