diff options
| author | Tom Rini <trini@konsulko.com> | 2025-08-04 15:57:15 -0600 |
|---|---|---|
| committer | Tom Rini <trini@konsulko.com> | 2025-08-14 10:59:16 -0600 |
| commit | 01bc65a0e9b2e0bac7af28bf102ee0df4f98b205 (patch) | |
| tree | 495b60499686b2f318d25a731487eb3fe0315651 | |
| parent | 548ae9d1a537464254afac63f802179a24c645d6 (diff) | |
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>
| -rw-r--r-- | drivers/soc/qcom/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
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. |
