From: Tom Rini Date: Mon, 4 Aug 2025 21:57:15 +0000 (-0600) Subject: soc: Tighten some soc driver dependencies X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=01bc65a0e9b2e0bac7af28bf102ee0df4f98b205;p=pandora-u-boot.git soc: Tighten some soc driver dependencies The Qualcomm Snapdragon "SoC" driver cannot build without access to some ARM64 specific functionality. Express that requirements in Kconfig as well. Reviewed-by: Casey Connolly Signed-off-by: Tom Rini --- diff --git a/drivers/soc/qcom/Kconfig b/drivers/soc/qcom/Kconfig index 4aa7833930c..8243805e46a 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.