]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
clockevents: drop unknown Kconfig symbol GENERIC_CLOCKEVENTS_MIGR
authorPaul Bolle <pebolle@tiscali.nl>
Thu, 24 Nov 2011 11:27:26 +0000 (12:27 +0100)
committerJiri Kosina <jkosina@suse.cz>
Tue, 29 Nov 2011 10:56:49 +0000 (11:56 +0100)
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>
kernel/time/Kconfig

index b26c2228fe9259eee90fdea1d0ad1d414d48868f..2cf9cc7aa103bff9d40267eb862484ec3052e1de 100644 (file)
@@ -25,7 +25,7 @@ config HIGH_RES_TIMERS
 config GENERIC_CLOCKEVENTS_BUILD
        bool
        default y
-       depends on GENERIC_CLOCKEVENTS || GENERIC_CLOCKEVENTS_MIGR
+       depends on GENERIC_CLOCKEVENTS
 
 config GENERIC_CLOCKEVENTS_MIN_ADJUST
        bool