Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: qcom: Add ARCH_MSM8916 for MSM8916 on ARM32

Add a CONFIG_ARCH_MSM8916 option to enable building MSM8916 support
on ARM32. Note that since ARM64 is the main supported architecture
for MSM8916 this is only intended for testing and for devices where
signed firmware does not allow booting ARM64 kernels.

Signed-off-by: Stephan Gerhold <stephan@gerhold.net>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20211004204955.21077-7-stephan@gerhold.net

authored by

Stephan Gerhold and committed by
Bjorn Andersson
48cc39c3 ab0f0987

+10
+10
arch/arm/mach-qcom/Kconfig
··· 21 21 bool "Enable support for MSM8X60" 22 22 select CLKSRC_QCOM 23 23 24 + config ARCH_MSM8916 25 + bool "Enable support for MSM8916" 26 + select HAVE_ARM_ARCH_TIMER 27 + help 28 + Enable support for the Qualcomm Snapdragon 410 (MSM8916/APQ8016). 29 + 30 + Note that ARM64 is the main supported architecture for MSM8916. 31 + The ARM32 option is intended for a few devices with signed firmware 32 + that does not allow booting ARM64 kernels. 33 + 24 34 config ARCH_MSM8960 25 35 bool "Enable support for MSM8960" 26 36 select CLKSRC_QCOM