git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
548ae9d
)
soc: Tighten some soc driver dependencies
author
Tom Rini
<trini@konsulko.com>
Mon, 4 Aug 2025 21:57:15 +0000
(15:57 -0600)
committer
Tom 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
patch
|
blob
|
history
diff --git
a/drivers/soc/qcom/Kconfig
b/drivers/soc/qcom/Kconfig
index
4aa7833
..
8243805
100644
(file)
--- 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.