hc
2023-12-06 08f87f769b595151be1afeff53e144f543faa614
kernel/arch/arm/mach-qcom/Kconfig
....@@ -1,3 +1,4 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 menuconfig ARCH_QCOM
23 bool "Qualcomm Support"
34 depends on ARCH_MULTI_V7
....@@ -11,6 +12,11 @@
1112
1213 if ARCH_QCOM
1314
15
+config ARCH_IPQ40XX
16
+ bool "Enable support for IPQ40XX"
17
+ select CLKSRC_QCOM
18
+ select HAVE_ARM_ARCH_TIMER
19
+
1420 config ARCH_MSM8X60
1521 bool "Enable support for MSM8X60"
1622 select CLKSRC_QCOM