diff options
author | Rohit Vaswani <rvaswani@codeaurora.org> | 2013-12-20 14:09:15 -0500 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2014-01-02 13:18:41 -0500 |
commit | 2aec37c659500b1ab39355adc17029d0acca7bcb (patch) | |
tree | 1b2075747f14f703808c4c0f095358086b2af137 /arch/arm/mach-msm | |
parent | c4b4ecbda50379b587ccff81663f3235582e5c66 (diff) |
ARM: msm: Add support for MSM8974 SoC
Add support for the Snapdragon 800 MSM8974 SoC, used on the Dragonboard
and others. Board support added in separate patch.
Signed-off-by: Rohit Vaswani <rvaswani@codeaurora.org>
Acked-by: Kumar Gala <galak@codeaurora.org>
Signed-off-by: David Brown <davidb@codeaurora.org>
[olof: split off SoC support in separate patch]
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/mach-msm')
-rw-r--r-- | arch/arm/mach-msm/Kconfig | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/arch/arm/mach-msm/Kconfig b/arch/arm/mach-msm/Kconfig index 2586c2865874..5e5782d5af3d 100644 --- a/arch/arm/mach-msm/Kconfig +++ b/arch/arm/mach-msm/Kconfig | |||
@@ -58,9 +58,18 @@ config ARCH_MSM8960 | |||
58 | select GPIO_MSM_V2 | 58 | select GPIO_MSM_V2 |
59 | select MSM_SCM if SMP | 59 | select MSM_SCM if SMP |
60 | 60 | ||
61 | config ARCH_MSM8974 | ||
62 | bool "MSM8974" | ||
63 | select ARM_GIC | ||
64 | select CPU_V7 | ||
65 | select HAVE_ARM_ARCH_TIMER | ||
66 | select HAVE_SMP | ||
67 | select MSM_SCM if SMP | ||
68 | select USE_OF | ||
69 | |||
61 | config ARCH_MSM_DT | 70 | config ARCH_MSM_DT |
62 | def_bool y | 71 | def_bool y |
63 | depends on (ARCH_MSM8X60 || ARCH_MSM8960) | 72 | depends on (ARCH_MSM8X60 || ARCH_MSM8960 || ARCH_MSM8974) |
64 | select SPARSE_IRQ | 73 | select SPARSE_IRQ |
65 | select USE_OF | 74 | select USE_OF |
66 | 75 | ||