diff options
| author | Thomas Gleixner <tglx@linutronix.de> | 2015-03-25 08:05:19 -0400 |
|---|---|---|
| committer | Ingo Molnar <mingo@kernel.org> | 2015-04-01 08:22:57 -0400 |
| commit | 9f083b74df3a7eaa100b456f2dc195512daf728e (patch) | |
| tree | b6d090897f2a7f57ce073008d0b89ca33f82d245 /kernel/time/Kconfig | |
| parent | 3071efa466b30636bf958f3d13bc808e03105cd8 (diff) | |
clockevents: Remove CONFIG_GENERIC_CLOCKEVENTS_BUILD
This option was for simpler migration to the clock events code.
Most architectures have been converted and the option has been
disfunctional as a standalone option for quite some time. Remove
it.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Link: http://lkml.kernel.org/r/5021859.jl9OC1medj@vostro.rjw.lan
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'kernel/time/Kconfig')
| -rw-r--r-- | kernel/time/Kconfig | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/kernel/time/Kconfig b/kernel/time/Kconfig index d626dc98e8df..579ce1b929af 100644 --- a/kernel/time/Kconfig +++ b/kernel/time/Kconfig | |||
| @@ -33,12 +33,6 @@ config ARCH_USES_GETTIMEOFFSET | |||
| 33 | config GENERIC_CLOCKEVENTS | 33 | config GENERIC_CLOCKEVENTS |
| 34 | bool | 34 | bool |
| 35 | 35 | ||
| 36 | # Migration helper. Builds, but does not invoke | ||
| 37 | config GENERIC_CLOCKEVENTS_BUILD | ||
| 38 | bool | ||
| 39 | default y | ||
| 40 | depends on GENERIC_CLOCKEVENTS | ||
| 41 | |||
| 42 | # Architecture can handle broadcast in a driver-agnostic way | 36 | # Architecture can handle broadcast in a driver-agnostic way |
| 43 | config ARCH_HAS_TICK_BROADCAST | 37 | config ARCH_HAS_TICK_BROADCAST |
| 44 | bool | 38 | bool |
