summaryrefslogtreecommitdiff
path: root/drivers/clocksource
diff options
context:
space:
mode:
authorHeiko Stuebner <heiko@sntech.de>2013-06-04 09:38:11 (GMT)
committerHeiko Stuebner <heiko@sntech.de>2013-06-12 11:47:30 (GMT)
commit1b4eca0f634be2a99f2baa6c29dfd183590ead3f (patch)
treec8fba1dcd5a761bfe4e5fc6206ecc0ca7f11c987 /drivers/clocksource
parenta8b447f2bbbba737ff4478f498d7f83c75a9461b (diff)
downloadlinux-1b4eca0f634be2a99f2baa6c29dfd183590ead3f.tar.xz
clocksource: dw_apb_timer_of: select DW_APB_TIMER
dw_apb_timer_of is the driver part facing devicetree platforms and calls into dw_apb_timer with the data gathered from the dt. Currently the two platforms using the dw_apb_timer_of select both the options for the core timer and the dt addon. As dw_apb_timer_of always depends on dw_apb_timer let it select DW_APB_TIMER itself without the need for every platform to do it. Signed-off-by: Heiko Stuebner <heiko@sntech.de> Acked-by: Jamie Iles <jamie@jamieiles.com> Acked-by: Dinh Nguyen <dinguyen@altera.com>
Diffstat (limited to 'drivers/clocksource')
-rw-r--r--drivers/clocksource/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clocksource/Kconfig b/drivers/clocksource/Kconfig
index f151c6c..48a0f2e 100644
--- a/drivers/clocksource/Kconfig
+++ b/drivers/clocksource/Kconfig
@@ -21,6 +21,7 @@ config DW_APB_TIMER
config DW_APB_TIMER_OF
bool
+ select DW_APB_TIMER
config ARMADA_370_XP_TIMER
bool