summaryrefslogtreecommitdiffstats
path: root/drivers/Makefile
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2012-09-30 17:45:36 +0800
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2012-10-04 18:40:46 +0800
commit0228863348ffb3938bb5115950e3737713b1c8f8 (patch)
tree8ccad4777e3c12870d9c247c38364b7a1e88210b /drivers/Makefile
parentdf80e395477857b34aaf0bae0785413a9ed8ffe3 (diff)
downloadbarebox-0228863348ffb3938bb5115950e3737713b1c8f8.tar.gz
barebox-0228863348ffb3938bb5115950e3737713b1c8f8.tar.xz
arm: add generic smp twd timer
on Cortex A9 and Cortex A5 we have a generic timer which we can use as clocksource Limit the timer frequency to < 25Mhz Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'drivers/Makefile')
-rw-r--r--drivers/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/Makefile b/drivers/Makefile
index 2a1f8b0f23..742a5bd0b2 100644
--- a/drivers/Makefile
+++ b/drivers/Makefile
@@ -11,6 +11,7 @@ obj-$(CONFIG_I2C) += i2c/
obj-$(CONFIG_MCI) += mci/
obj-$(CONFIG_VIDEO) += video/
obj-y += clk/
+obj-y += clocksource/
obj-y += mfd/
obj-$(CONFIG_LED) += led/
obj-y += eeprom/