aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorShawn Guo <shawn.guo@linaro.org>2013-03-25 08:04:34 -0400
committerShawn Guo <shawn.guo@linaro.org>2013-04-01 04:30:02 -0400
commit7a9c39f7872afca493ccee05bd6754557cb0c586 (patch)
tree566ffc80903722a7e42747bf7f420a70e718bc48 /arch/arm/Kconfig
parent220d2f269ab017c139bbce2cb41f3bd1b1ddcffa (diff)
ARM: mxs: select STMP_DEVICE and use it for timer code
Select STMP_DEVICE and in timer code replace mxs_reset_block() with stmp_reset_block(), use STMP_OFFSET_REG_SET/CLR to replace __mxs_setl/clrl. As the result, <mach/mxs.h> and <mach/common.h> includsion can be removed from timer.c now. Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 5a1f0c9e0ab0..2e4386cba23c 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -480,6 +480,7 @@ config ARCH_MXS
480 select MULTI_IRQ_HANDLER 480 select MULTI_IRQ_HANDLER
481 select PINCTRL 481 select PINCTRL
482 select SPARSE_IRQ 482 select SPARSE_IRQ
483 select STMP_DEVICE
483 select USE_OF 484 select USE_OF
484 help 485 help
485 Support for Freescale MXS-based family of processors 486 Support for Freescale MXS-based family of processors