[PATCH] soc: Tighten some soc driver dependencies

Tom Rini trini at konsulko.com
Mon Aug 4 23:57:15 CEST 2025


The Qualcomm Snapdragon "SoC" driver cannot build without access to some
ARM64 specific functionality. Express that requirements in Kconfig as
well.

Signed-off-by: Tom Rini <trini at konsulko.com>
---
Cc: Casey Connolly <casey.connolly at linaro.org>
---
 drivers/soc/qcom/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/soc/qcom/Kconfig b/drivers/soc/qcom/Kconfig
index 4aa7833930c7..8243805e46a3 100644
--- a/drivers/soc/qcom/Kconfig
+++ b/drivers/soc/qcom/Kconfig
@@ -4,6 +4,7 @@
 #
 menuconfig SOC_QCOM
 	bool "Qualcomm SOC drivers support"
+	depends on ARM64
 	help
 	  Say Y here if you want to enable Qualcomm SOC drivers support.
 
-- 
2.43.0



More information about the U-Boot mailing list