[PATCH] soc: Tighten some soc driver dependencies

Casey Connolly casey.connolly at linaro.org
Tue Aug 5 17:16:43 CEST 2025



On 04/08/2025 23:57, Tom Rini wrote:
> The Qualcomm Snapdragon "SoC" driver cannot build without access to some
> ARM64 specific functionality. Express that requirements in Kconfig as
> well.
> 
> Signed-off-by: Tom Rini <trini at konsulko.com>

Reviewed-by: Casey Connolly <casey.connolly at linaro.org>

> ---
> Cc: Casey Connolly <casey.connolly at linaro.org>
> ---
>  drivers/soc/qcom/Kconfig | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/soc/qcom/Kconfig b/drivers/soc/qcom/Kconfig
> index 4aa7833930c7..8243805e46a3 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.
>  

-- 
// Casey (she/her)



More information about the U-Boot mailing list