summaryrefslogtreecommitdiffstats
path: root/drivers/clocksource/Kconfig
diff options
context:
space:
mode:
authorAlexandre Belloni2015-03-12 13:07:31 +0100
committerNicolas Ferre2015-03-16 17:03:05 +0100
commitb53cdd03222391f76e82cd0c7d040816c919ab75 (patch)
tree442907fe49dbb8dbdf49e236643825f483336c42 /drivers/clocksource/Kconfig
parentARM: at91: properly initialize timer (diff)
downloadkernel-qcow2-linux-b53cdd03222391f76e82cd0c7d040816c919ab75.tar.gz
kernel-qcow2-linux-b53cdd03222391f76e82cd0c7d040816c919ab75.tar.xz
kernel-qcow2-linux-b53cdd03222391f76e82cd0c7d040816c919ab75.zip
ARM: at91: time: move the system timer driver to drivers/clocksource
Import at91rm9200_time.c from mach-at91 as timer-atmel-st.c. Further cleanup is required to get rid of the mach-at91 headers. Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Acked-by: Boris Brezillon <boris.brezillon@free-electrons.com> Acked-by: Daniel Lezcano <daniel.lezcano@linaro.org> Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Diffstat (limited to 'drivers/clocksource/Kconfig')
-rw-r--r--drivers/clocksource/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/clocksource/Kconfig b/drivers/clocksource/Kconfig
index 68161f7a07d6..168035883afa 100644
--- a/drivers/clocksource/Kconfig
+++ b/drivers/clocksource/Kconfig
@@ -143,6 +143,10 @@ config ATMEL_PIT
select CLKSRC_OF if OF
def_bool SOC_AT91SAM9 || SOC_SAMA5
+config ATMEL_ST
+ bool
+ select CLKSRC_OF
+
config CLKSRC_METAG_GENERIC
def_bool y if METAG
help