]> git.itanic.dy.fi Git - linux-stable/commitdiff
ARM: qcom: Add support for IPQ40xx
authorChristian Lamparter <chunkeey@gmail.com>
Mon, 6 Jan 2020 13:57:15 +0000 (14:57 +0100)
committerArnd Bergmann <arnd@arndb.de>
Tue, 31 Mar 2020 19:03:27 +0000 (21:03 +0200)
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>
arch/arm/Makefile
arch/arm/mach-qcom/Kconfig

index db857d07114f18240ac7d2deec2710f7b838cf1a..3db642722af0756524e43e5bec300477ee2094d2 100644 (file)
@@ -152,6 +152,7 @@ textofs-$(CONFIG_PM_H1940)      := 0x00108000
 ifeq ($(CONFIG_ARCH_SA1100),y)
 textofs-$(CONFIG_SA1111) := 0x00208000
 endif
+textofs-$(CONFIG_ARCH_IPQ40XX) := 0x00208000
 textofs-$(CONFIG_ARCH_MSM8X60) := 0x00208000
 textofs-$(CONFIG_ARCH_MSM8960) := 0x00208000
 textofs-$(CONFIG_ARCH_MESON) := 0x00208000
index ecbf3c4eb8781300b04c5d44ed87d5c0db842da7..1772eccb5caf5820cc675ba4b40d5fe0376959bc 100644 (file)
@@ -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