diff options
author | Stephen Boyd <sboyd@codeaurora.org> | 2012-09-05 15:28:59 -0400 |
---|---|---|
committer | David Brown <davidb@codeaurora.org> | 2012-09-13 14:17:01 -0400 |
commit | 0607fa5884f1759b396a0e1c07be561515daddc8 (patch) | |
tree | ecbae1244d4e4651ea28c3d1ff0d8ca5cf9ac6fc /arch/arm/mach-msm/Kconfig | |
parent | c446407c09ce0b339a84931f3d45f3dabb9f0b17 (diff) |
ARM: msm: Remove non-DT targets from 8960
Remove the non-DT targets supported by 8960. This makes 8960 a
device tree only target.
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: David Brown <davidb@codeaurora.org>
Diffstat (limited to 'arch/arm/mach-msm/Kconfig')
-rw-r--r-- | arch/arm/mach-msm/Kconfig | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/arch/arm/mach-msm/Kconfig b/arch/arm/mach-msm/Kconfig index 2e5a27ecbdce..b2740c800e8c 100644 --- a/arch/arm/mach-msm/Kconfig +++ b/arch/arm/mach-msm/Kconfig | |||
@@ -50,7 +50,6 @@ config ARCH_MSM8X60 | |||
50 | config ARCH_MSM8960 | 50 | config ARCH_MSM8960 |
51 | bool "MSM8960" | 51 | bool "MSM8960" |
52 | select ARCH_MSM_SCORPIONMP | 52 | select ARCH_MSM_SCORPIONMP |
53 | select MACH_MSM8960_SIM if (!MACH_MSM8960_RUMI3) | ||
54 | select ARM_GIC | 53 | select ARM_GIC |
55 | select CPU_V7 | 54 | select CPU_V7 |
56 | select MSM_V2_TLMM | 55 | select MSM_V2_TLMM |
@@ -112,18 +111,6 @@ config MACH_QSD8X50A_ST1_5 | |||
112 | help | 111 | help |
113 | Support for the Qualcomm ST1.5. | 112 | Support for the Qualcomm ST1.5. |
114 | 113 | ||
115 | config MACH_MSM8960_SIM | ||
116 | depends on ARCH_MSM8960 | ||
117 | bool "MSM8960 Simulator" | ||
118 | help | ||
119 | Support for the Qualcomm MSM8960 simulator. | ||
120 | |||
121 | config MACH_MSM8960_RUMI3 | ||
122 | depends on ARCH_MSM8960 | ||
123 | bool "MSM8960 RUMI3" | ||
124 | help | ||
125 | Support for the Qualcomm MSM8960 RUMI3 emulator. | ||
126 | |||
127 | endmenu | 114 | endmenu |
128 | 115 | ||
129 | config MSM_SMD_PKG3 | 116 | config MSM_SMD_PKG3 |