[PATCH 4/5] ARM: msm: Only build timer.c if required

2013-12-04 Thread Stephen Boyd
The MSM timer is only used on MSM devices that don't have the architected timers. Introduce a hidden Kconfig option for this driver so that we don't build it on the platforms that don't need it. Signed-off-by: Stephen Boyd --- arch/arm/mach-msm/Kconfig | 9 + arch/arm/mach-msm/Makefile

[PATCH 4/5] ARM: msm: Only build timer.c if required

2013-12-04 Thread Stephen Boyd
The MSM timer is only used on MSM devices that don't have the architected timers. Introduce a hidden Kconfig option for this driver so that we don't build it on the platforms that don't need it. Signed-off-by: Stephen Boyd sb...@codeaurora.org --- arch/arm/mach-msm/Kconfig | 9 +