]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
soc: Tighten some soc driver dependencies
authorTom Rini <trini@konsulko.com>
Mon, 4 Aug 2025 21:57:15 +0000 (15:57 -0600)
committerTom Rini <trini@konsulko.com>
Thu, 14 Aug 2025 16:59:16 +0000 (10:59 -0600)
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 <casey.connolly@linaro.org>
Signed-off-by: Tom Rini <trini@konsulko.com>
drivers/soc/qcom/Kconfig

index 4aa7833930c751bf0364ed84a865027a5dba3f72..8243805e46a3845aa6defc1423392c3d7ef1da04 100644 (file)
@@ -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.