diff options
author | Stephen Boyd <sboyd@codeaurora.org> | 2012-09-05 12:28:58 -0700 |
---|---|---|
committer | David Brown <davidb@codeaurora.org> | 2012-09-13 11:16:47 -0700 |
commit | c446407c09ce0b339a84931f3d45f3dabb9f0b17 (patch) | |
tree | d3280103fb3e54d07753927e3363db34e9416dfc /arch/arm/mach-msm/Kconfig | |
parent | 85a9f0f576372e033f0aa15485109aa0ee05fef3 (diff) | |
download | blackbird-obmc-linux-c446407c09ce0b339a84931f3d45f3dabb9f0b17.tar.gz blackbird-obmc-linux-c446407c09ce0b339a84931f3d45f3dabb9f0b17.zip |
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/Kconfig | 1 |
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 select MSM_V2_TLMM select MSM_GPIOMUX select MSM_SCM if SMP + select USE_OF endchoice |