aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-msm/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-msm/Kconfig')
-rw-r--r--arch/arm/mach-msm/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/mach-msm/Kconfig b/arch/arm/mach-msm/Kconfig
index 4e79580af628..f09ffef4cda8 100644
--- a/arch/arm/mach-msm/Kconfig
+++ b/arch/arm/mach-msm/Kconfig
@@ -18,6 +18,7 @@ config ARCH_MSM7X30
18 select MSM_VIC 18 select MSM_VIC
19 select CPU_V7 19 select CPU_V7
20 select MSM_REMOTE_SPINLOCK_DEKKERS 20 select MSM_REMOTE_SPINLOCK_DEKKERS
21 select MSM_GPIOMUX
21 22
22config ARCH_QSD8X50 23config ARCH_QSD8X50
23 bool "QSD8X50" 24 bool "QSD8X50"
@@ -26,6 +27,7 @@ config ARCH_QSD8X50
26 select MSM_VIC 27 select MSM_VIC
27 select CPU_V7 28 select CPU_V7
28 select MSM_REMOTE_SPINLOCK_LDREX 29 select MSM_REMOTE_SPINLOCK_LDREX
30 select MSM_GPIOMUX
29endchoice 31endchoice
30 32
31config MSM_SOC_REV_A 33config MSM_SOC_REV_A
@@ -106,6 +108,9 @@ config MSM_SMD_PKG3
106config MSM_SMD 108config MSM_SMD
107 bool 109 bool
108 110
111config MSM_GPIOMUX
112 bool
113
109config MSM_V2_TLMM 114config MSM_V2_TLMM
110 bool 115 bool
111endif 116endif