aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-msm/Kconfig
diff options
context:
space:
mode:
authorGregory Bean <gbean@codeaurora.org>2010-09-01 16:26:12 -0700
committerDaniel Walker <dwalker@codeaurora.org>2010-10-06 09:01:18 -0700
commitab78cde589e89afa039a13bc75d23d249f1c1200 (patch)
treedb69fd9d16ad7bc2f94da2e46effca08404cf4fe /arch/arm/mach-msm/Kconfig
parentmsm: gpio: Remove tlmm routines obsoleted by gpiomux. (diff)
downloadlinux-dev-ab78cde589e89afa039a13bc75d23d249f1c1200.tar.xz
linux-dev-ab78cde589e89afa039a13bc75d23d249f1c1200.zip
msm: Featurize gpiomux.
Featurize gpiomux so that systems like 7x00 which do not wish to use it do not have to be saddled with the configuration tables. Signed-off-by: Gregory Bean <gbean@codeaurora.org> Signed-off-by: Daniel Walker <dwalker@codeaurora.org>
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
select MSM_VIC
select CPU_V7
select MSM_REMOTE_SPINLOCK_DEKKERS
+ select MSM_GPIOMUX
config ARCH_QSD8X50
bool "QSD8X50"
@@ -26,6 +27,7 @@ config ARCH_QSD8X50
select MSM_VIC
select CPU_V7
select MSM_REMOTE_SPINLOCK_LDREX
+ select MSM_GPIOMUX
endchoice
config MSM_SOC_REV_A
@@ -106,6 +108,9 @@ config MSM_SMD_PKG3
config MSM_SMD
bool
+config MSM_GPIOMUX
+ bool
+
config MSM_V2_TLMM
bool
endif