diff options
author | Daniel Walker <dwalker@codeaurora.org> | 2010-10-27 16:10:34 -0400 |
---|---|---|
committer | Daniel Walker <dwalker@codeaurora.org> | 2010-10-29 18:56:17 -0400 |
commit | 4ee7a6c2d1e8679fc557ee5af1aee96393acb1dc (patch) | |
tree | f36c2ce21352334dae3832ace9693a38d3ff8cba | |
parent | 06125ff051d535eaa993d83db66ab893248861af (diff) |
msm: Kconfig: drop unused config options
These two config options don't exist, and aren't ever going to.
So I simply delete them.
Signed-off-by: Daniel Walker <dwalker@codeaurora.org>
-rw-r--r-- | arch/arm/mach-msm/Kconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-msm/Kconfig b/arch/arm/mach-msm/Kconfig index 3d74a737e70a..dbbcfeb919db 100644 --- a/arch/arm/mach-msm/Kconfig +++ b/arch/arm/mach-msm/Kconfig | |||
@@ -21,7 +21,6 @@ config ARCH_MSM7X30 | |||
21 | select MSM_SMD | 21 | select MSM_SMD |
22 | select MSM_VIC | 22 | select MSM_VIC |
23 | select CPU_V7 | 23 | select CPU_V7 |
24 | select MSM_REMOTE_SPINLOCK_DEKKERS | ||
25 | select MSM_GPIOMUX | 24 | select MSM_GPIOMUX |
26 | select MSM_PROC_COMM | 25 | select MSM_PROC_COMM |
27 | select HAS_MSM_DEBUG_UART_PHYS | 26 | select HAS_MSM_DEBUG_UART_PHYS |
@@ -33,7 +32,6 @@ config ARCH_QSD8X50 | |||
33 | select MSM_SMD | 32 | select MSM_SMD |
34 | select MSM_VIC | 33 | select MSM_VIC |
35 | select CPU_V7 | 34 | select CPU_V7 |
36 | select MSM_REMOTE_SPINLOCK_LDREX | ||
37 | select MSM_GPIOMUX | 35 | select MSM_GPIOMUX |
38 | select MSM_PROC_COMM | 36 | select MSM_PROC_COMM |
39 | select HAS_MSM_DEBUG_UART_PHYS | 37 | select HAS_MSM_DEBUG_UART_PHYS |