aboutsummaryrefslogtreecommitdiffstats
path: root/arch/microblaze/Kconfig
diff options
context:
space:
mode:
authorMichal Simek <michal.simek@xilinx.com>2013-12-20 04:16:40 -0500
committerMichal Simek <michal.simek@xilinx.com>2014-01-27 05:25:46 -0500
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
27 select GENERIC_ATOMIC64 27 select GENERIC_ATOMIC64
28 select GENERIC_CLOCKEVENTS 28 select GENERIC_CLOCKEVENTS
29 select COMMON_CLK 29 select COMMON_CLK
30 select GENERIC_SCHED_CLOCK
30 select GENERIC_IDLE_POLL_SETUP 31 select GENERIC_IDLE_POLL_SETUP
31 select MODULES_USE_ELF_RELA 32 select MODULES_USE_ELF_RELA
32 select CLONE_BACKWARDS3 33 select CLONE_BACKWARDS3