diff options
author | Christian Lamparter <chunkeey@gmail.com> | 2020-01-06 16:57:15 +0300 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2020-03-31 22:03:27 +0300 |
commit | f125e2d4339dda6937865f975470b29c84714c9b (patch) | |
tree | 8bb2bb826dfb6563e57e2736f42b3aa35bff395a /arch/arm/mach-qcom | |
parent | 2fcf53350810d0e2af9ef57a57957c6c739c5647 (diff) | |
download | linux-f125e2d4339dda6937865f975470b29c84714c9b.tar.xz |
ARM: qcom: Add support for IPQ40xx
Add support for the Qualcomm IPQ40xx SoC in Kconfig.
Also add its appropriate textofs.
Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
Signed-off-by: John Crispin <john@phrozen.org>
Tested-by: Robert Marko <robert.marko@sartura.hr>
Cc: Luka Perkov <luka.perkov@sartura.hr>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/mach-qcom')
-rw-r--r-- | arch/arm/mach-qcom/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/mach-qcom/Kconfig b/arch/arm/mach-qcom/Kconfig index ecbf3c4eb878..1772eccb5caf 100644 --- a/arch/arm/mach-qcom/Kconfig +++ b/arch/arm/mach-qcom/Kconfig @@ -12,6 +12,11 @@ menuconfig ARCH_QCOM if ARCH_QCOM +config ARCH_IPQ40XX + bool "Enable support for IPQ40XX" + select CLKSRC_QCOM + select HAVE_ARM_ARCH_TIMER + config ARCH_MSM8X60 bool "Enable support for MSM8X60" select CLKSRC_QCOM |