Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

clockevents: drop unknown Kconfig symbol GENERIC_CLOCKEVENTS_MIGR

There's no Kconfig symbol GENERIC_CLOCKEVENTS_MIGR, so the check for it
will always fail.

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>

authored by

Paul Bolle and committed by
Jiri Kosina
a13b0327 babf000e

+1 -1
+1 -1
kernel/time/Kconfig
··· 25 25 config GENERIC_CLOCKEVENTS_BUILD 26 26 bool 27 27 default y 28 - depends on GENERIC_CLOCKEVENTS || GENERIC_CLOCKEVENTS_MIGR 28 + depends on GENERIC_CLOCKEVENTS 29 29 30 30 config GENERIC_CLOCKEVENTS_MIN_ADJUST 31 31 bool