diff options
author | Paul Bolle <pebolle@tiscali.nl> | 2011-11-24 12:27:26 +0100 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2011-11-29 11:56:49 +0100 |
commit | a13b032776379fa6e2bfccf798969ca51e5fb052 (patch) | |
tree | 02d1d63341f5864c7515809e38845a60793619b4 /kernel/time | |
parent | babf000e62b812a602657bef68aeef75625206f2 (diff) | |
download | linux-a13b032776379fa6e2bfccf798969ca51e5fb052.tar.bz2 |
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>
Diffstat (limited to 'kernel/time')
-rw-r--r-- | kernel/time/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/time/Kconfig b/kernel/time/Kconfig index b26c2228fe92..2cf9cc7aa103 100644 --- a/kernel/time/Kconfig +++ b/kernel/time/Kconfig @@ -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 |