msm: 8064: add support for gpio/tlmm.
Added Kconfig entry to enable the GPIOMUX driver.
Updated Makefile to compile gpiomux driver files.
Added io map for TLMM device, and perform gpiomux
initialization without installing any gpios.
Gpios will be mapped when the peripheral connections
are finalized for virtio, cdp or other targets.
Signed-off-by: Joel King <joelking@codeaurora.org>
diff --git a/arch/arm/mach-msm/Kconfig b/arch/arm/mach-msm/Kconfig
index 6cedf95..5e49225 100644
--- a/arch/arm/mach-msm/Kconfig
+++ b/arch/arm/mach-msm/Kconfig
@@ -141,6 +141,7 @@
select ARM_GIC
select CPU_V7
select MSM_SCM if SMP
+ select MSM_GPIOMUX
config ARCH_FSM9XXX
bool "FSM9XXX"