summaryrefslogtreecommitdiff
path: root/arch/microblaze/Kconfig
diff options
context:
space:
mode:
authorMichal Simek <michal.simek@xilinx.com>2013-12-20 10:16:40 +0100
committerMichal Simek <michal.simek@xilinx.com>2014-01-27 11:25:46 +0100
commit839396ab88e4ac0107a88cb85fa59a7ec3f94416 (patch)
tree73c78182d9f4d2c8b48856e9f8e0d5bc792104a2 /arch/microblaze/Kconfig
parent0f7e36406cd1d519ebde736f86731695b1bb3eb7 (diff)
microblaze: timer: Use generic sched_clock implementation
Remove sched_clock from the driver and use sched_clock_register function. Inspired-by: "arch_timer: Move to generic sched_clock framework" (sha1: 65cd4f6c99c1170bd0114dbd71b978012ea44d28) Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'arch/microblaze/Kconfig')
-rw-r--r--arch/microblaze/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/microblaze/Kconfig b/arch/microblaze/Kconfig
index a715eeaf9959..c9f8bb4046d7 100644
--- a/arch/microblaze/Kconfig
+++ b/arch/microblaze/Kconfig
@@ -27,6 +27,7 @@ config MICROBLAZE
select GENERIC_ATOMIC64
select GENERIC_CLOCKEVENTS
select COMMON_CLK
+ select GENERIC_SCHED_CLOCK
select GENERIC_IDLE_POLL_SETUP
select MODULES_USE_ELF_RELA
select CLONE_BACKWARDS3