forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-08 01573e231f18eb2d99162747186f59511f56b64d
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