* [PATCH] arm64: drop the no-effect select ARM_SMC_MBOX in config ARCH_STM32
@ 2024-01-15 14:43 Lukas Bulwahn
0 siblings, 0 replies; only message in thread
From: Lukas Bulwahn @ 2024-01-15 14:43 UTC (permalink / raw)
To: Alexandre Torgue, Catalin Marinas, Will Deacon, linux-arm-kernel
Cc: kernel-janitors, linux-kernel, Lukas Bulwahn
Commit 9e4e24414cc6 ("arm64: introduce STM32 family on Armv8 architecture")
adds the config ARCH_STM32, which selects the non-existing config
ARM_SMC_MBOX. The config ARM_SMC_MBOX was once proposed on the mailing list
(see Link), but it was never merged.
It seems though that this STM32 architecture works fine without this
driver---otherwise, the users and contributor would have already noticed
this by now.
Drop this no-effect select ARM_SMC_MBOX in config ARCH_STM32.
Link: https://lore.kernel.org/lkml/1575281525-1549-1-git-send-email-peng.fan@nxp.com/
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
---
arch/arm64/Kconfig.platforms | 1 -
1 file changed, 1 deletion(-)
diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms
index 24335565bad5..50ace066d57b 100644
--- a/arch/arm64/Kconfig.platforms
+++ b/arch/arm64/Kconfig.platforms
@@ -302,7 +302,6 @@ config ARCH_STM32
select GPIOLIB
select PINCTRL
select PINCTRL_STM32MP257
- select ARM_SMC_MBOX
select ARM_SCMI_PROTOCOL
select COMMON_CLK_SCMI
help
--
2.17.1
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2024-01-15 14:43 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-15 14:43 [PATCH] arm64: drop the no-effect select ARM_SMC_MBOX in config ARCH_STM32 Lukas Bulwahn
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).