kernel/arch/arm/mach-qcom/Kconfig
.. .. @@ -1,3 +1,4 @@ 1 +# SPDX-License-Identifier: GPL-2.0-only1 2 menuconfig ARCH_QCOM 2 3 bool "Qualcomm Support" 3 4 depends on ARCH_MULTI_V7 .. .. @@ -11,6 +12,11 @@ 11 12 12 13 if ARCH_QCOM 13 14 15 +config ARCH_IPQ40XX16 + bool "Enable support for IPQ40XX"17 + select CLKSRC_QCOM18 + select HAVE_ARM_ARCH_TIMER19 +14 20 config ARCH_MSM8X60 15 21 bool "Enable support for MSM8X60" 16 22 select CLKSRC_QCOM