]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
soc: qcom: restrict L2 accessors to ARM64 build tests
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Mon, 23 Jan 2023 20:26:01 +0000 (21:26 +0100)
committerBjorn Andersson <andersson@kernel.org>
Mon, 13 Mar 2023 19:30:06 +0000 (12:30 -0700)
commit34bb2c1c1bb5d36487c1e7ff00dbf49bb91056e2
tree5a77e478e6f4a32c2aa039ef120f3be7d03551ac
parent4a1b9f4eb122f3e36fdfe62dce96091d3e45132f
soc: qcom: restrict L2 accessors to ARM64 build tests

The QCOM_KRYO_L2_ACCESSORS can be compile tested only on ARM64 because
it references asm/sysreg.h present only on ARM64.  Mark the dependency
correct, even though as a non-selectable option it does not have real
effect.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230123202601.1296983-1-krzysztof.kozlowski@linaro.org
drivers/soc/qcom/Kconfig