aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-msm/Kconfig
diff options
context:
space:
mode:
authorStephen Boyd <sboyd@codeaurora.org>2012-09-05 15:28:58 -0400
committerDavid Brown <davidb@codeaurora.org>2012-09-13 14:16:47 -0400
commitc446407c09ce0b339a84931f3d45f3dabb9f0b17 (patch)
treed3280103fb3e54d07753927e3363db34e9416dfc /arch/arm/mach-msm/Kconfig
parent85a9f0f576372e033f0aa15485109aa0ee05fef3 (diff)
ARM: msm: Add DT support for 8960
Add basic support to boot 8960 with device tree. For now just support a basic machine with a uart device. Signed-off-by: Stephen Boyd <sboyd@codeaurora.org> [davidb@codeaurora.org: Remove leading zeros] Signed-off-by: David Brown <davidb@codeaurora.org>
Diffstat (limited to 'arch/arm/mach-msm/Kconfig')
-rw-r--r--arch/arm/mach-msm/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-msm/Kconfig b/arch/arm/mach-msm/Kconfig
index cd7842794e4b..2e5a27ecbdce 100644
--- a/arch/arm/mach-msm/Kconfig
+++ b/arch/arm/mach-msm/Kconfig
@@ -56,6 +56,7 @@ config ARCH_MSM8960
56 select MSM_V2_TLMM 56 select MSM_V2_TLMM
57 select MSM_GPIOMUX 57 select MSM_GPIOMUX
58 select MSM_SCM if SMP 58 select MSM_SCM if SMP
59 select USE_OF
59 60
60endchoice 61endchoice
61 62