msm: Kconfig: 9625 to support GPIO_MSM_V3
MSM9625 uses the TLMM V3 architecture and not V2 as
compared to the older targets.
Change-Id: I185d7bbd156a363581e39c9a990015ce613c02c8
Signed-off-by: Rohit Vaswani <rvaswani@codeaurora.org>
diff --git a/arch/arm/mach-msm/Kconfig b/arch/arm/mach-msm/Kconfig
index 2cf05d8..f026a94 100644
--- a/arch/arm/mach-msm/Kconfig
+++ b/arch/arm/mach-msm/Kconfig
@@ -317,7 +317,7 @@
select CPU_V7
select MSM_GPIOMUX
select MULTI_IRQ_HANDLER
- select GPIO_MSM_V2
+ select GPIO_MSM_V3
endmenu