All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm: mach-ipq40xx: dont select SMEM by default
@ 2024-04-18  9:17 Robert Marko
  2024-04-23 11:43 ` Caleb Connolly
  0 siblings, 1 reply; 2+ messages in thread
From: Robert Marko @ 2024-04-18  9:17 UTC (permalink / raw)
  To: trini, caleb.connolly, sumit.garg, sjg, u-boot; +Cc: j.beck, Robert Marko

IPQ40xx SoC-s dont have proper SMEM support like more modern Qualcomm
SoC-s so there is no point in selecting the required drivers.

Signed-off-by: Robert Marko <robert.marko@sartura.hr>
---
 arch/arm/Kconfig | 2 --
 1 file changed, 2 deletions(-)

diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 23ee25269a..922c28cca9 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -762,10 +762,8 @@ config ARCH_IPQ40XX
 	select DM_SERIAL
 	select DM_RESET
 	select GPIO_EXTRA_HEADER
-	select MSM_SMEM
 	select PINCTRL
 	select CLK
-	select SMEM
 	select OF_CONTROL
 	select CLK_QCOM_IPQ4019
 	select PINCTRL_QCOM_IPQ4019
-- 
2.44.0


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

* Re: [PATCH] arm: mach-ipq40xx: dont select SMEM by default
  2024-04-18  9:17 [PATCH] arm: mach-ipq40xx: dont select SMEM by default Robert Marko
@ 2024-04-23 11:43 ` Caleb Connolly
  0 siblings, 0 replies; 2+ messages in thread
From: Caleb Connolly @ 2024-04-23 11:43 UTC (permalink / raw)
  To: trini, sumit.garg, sjg, u-boot, Robert Marko; +Cc: j.beck


On Thu, 18 Apr 2024 11:17:00 +0200, Robert Marko wrote:
> IPQ40xx SoC-s dont have proper SMEM support like more modern Qualcomm
> SoC-s so there is no point in selecting the required drivers.
> 
> 

Applied, thanks!

[1/1] arm: mach-ipq40xx: dont select SMEM by default
      commit: c38dcb217c8be0aae7e8e1bb1fb3c31850fa89c3

Best regards,
-- 
Caleb Connolly <caleb.connolly@linaro.org>


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

end of thread, other threads:[~2024-04-23 11:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-18  9:17 [PATCH] arm: mach-ipq40xx: dont select SMEM by default Robert Marko
2024-04-23 11:43 ` Caleb Connolly

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.