diff options
author | Maxime Ripard <maxime.ripard@free-electrons.com> | 2014-09-02 12:12:35 -0400 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2014-09-15 11:55:48 -0400 |
commit | b052ff30cd450c91a32e8e928979bca021462996 (patch) | |
tree | 201a1cf76c134b1262db953dc51f29ffe72f5142 /drivers/clocksource/Kconfig | |
parent | 7d80335e29701e9c2cc55ec0ea79afe6351aa20b (diff) |
ARM: at91: PIT: Move the driver to drivers/clocksource
Now that we don't depend on anyting in the mach-at91 directory, we can just
move the driver to where it belongs.
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Acked-by: Boris BREZILLON <boris.brezillon@free-electrons.com>
Acked-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Acked-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Conflicts:
arch/arm/mach-at91/Kconfig
arch/arm/mach-at91/Makefile
Diffstat (limited to 'drivers/clocksource/Kconfig')
-rw-r--r-- | drivers/clocksource/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/clocksource/Kconfig b/drivers/clocksource/Kconfig index cfd6519df661..82a2ebe41e27 100644 --- a/drivers/clocksource/Kconfig +++ b/drivers/clocksource/Kconfig | |||
@@ -120,6 +120,10 @@ config CLKSRC_ARM_GLOBAL_TIMER_SCHED_CLOCK | |||
120 | help | 120 | help |
121 | Use ARM global timer clock source as sched_clock | 121 | Use ARM global timer clock source as sched_clock |
122 | 122 | ||
123 | config ATMEL_PIT | ||
124 | select CLKSRC_OF if OF | ||
125 | def_bool SOC_AT91SAM9 || SOC_SAMA5 | ||
126 | |||
123 | config CLKSRC_METAG_GENERIC | 127 | config CLKSRC_METAG_GENERIC |
124 | def_bool y if METAG | 128 | def_bool y if METAG |
125 | help | 129 | help |