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 <[email protected]>

Reviewed-by: Casey Connolly <[email protected]>

> ---
> Cc: Casey Connolly <[email protected]>
> ---
>  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)

Reply via email to