Message ID | 20230517143011.549319-1-krzysztof.kozlowski@linaro.org (mailing list archive) |
---|---|
State | Accepted |
Commit | 795acd67c58480b8a2afe7ef1f3666c2f141729c |
Headers | show |
Series | arm64: defconfig: Enable ARCH_SPARX5 and ARCH_REALTEK | expand |
On Wed, May 17, 2023 at 04:30:11PM +0200, Krzysztof Kozlowski wrote: > Enable Microchip SparX-5 (ARCH_SPARX5) with its MMC controller and > Realtek (ARCH_REALTEK) so their DTS will get built with defconfig and > maybe platforms could be booted from it. > > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Acked-by: Conor Dooley <conor.dooley@microchip.com> Thanks Krzysztof.
Hello: This patch was applied to soc/soc.git (for-next) by Arnd Bergmann <arnd@arndb.de>: On Wed, 17 May 2023 16:30:11 +0200 you wrote: > Enable Microchip SparX-5 (ARCH_SPARX5) with its MMC controller and > Realtek (ARCH_REALTEK) so their DTS will get built with defconfig and > maybe platforms could be booted from it. > > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> > --- > arch/arm64/configs/defconfig | 3 +++ > 1 file changed, 3 insertions(+) Here is the summary with links: - arm64: defconfig: Enable ARCH_SPARX5 and ARCH_REALTEK https://git.kernel.org/soc/soc/c/795acd67c584 You are awesome, thank you!
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index a24609e14d50..de1ef135c578 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -41,6 +41,7 @@ CONFIG_ARCH_BCMBCA=y CONFIG_ARCH_BRCMSTB=y CONFIG_ARCH_BERLIN=y CONFIG_ARCH_EXYNOS=y +CONFIG_ARCH_SPARX5=y CONFIG_ARCH_K3=y CONFIG_ARCH_LG1K=y CONFIG_ARCH_HISI=y @@ -54,6 +55,7 @@ CONFIG_ARCH_MXC=y CONFIG_ARCH_S32=y CONFIG_ARCH_NPCM=y CONFIG_ARCH_QCOM=y +CONFIG_ARCH_REALTEK=y CONFIG_ARCH_RENESAS=y CONFIG_ARCH_ROCKCHIP=y CONFIG_ARCH_SEATTLE=y @@ -1003,6 +1005,7 @@ CONFIG_MMC_SDHCI_PLTFM=y CONFIG_MMC_SDHCI_OF_ARASAN=y CONFIG_MMC_SDHCI_OF_ESDHC=y CONFIG_MMC_SDHCI_OF_DWCMSHC=y +CONFIG_MMC_SDHCI_OF_SPARX5=y CONFIG_MMC_SDHCI_CADENCE=y CONFIG_MMC_SDHCI_ESDHC_IMX=y CONFIG_MMC_SDHCI_TEGRA=y
Enable Microchip SparX-5 (ARCH_SPARX5) with its MMC controller and Realtek (ARCH_REALTEK) so their DTS will get built with defconfig and maybe platforms could be booted from it. Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> --- arch/arm64/configs/defconfig | 3 +++ 1 file changed, 3 insertions(+)