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 <casey.connolly@linaro.org>
Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
Tom Rini
2025-08-14 10:59:16 -06:00
parent 548ae9d1a5
commit 01bc65a0e9
+1
View 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.