mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 22:21:40 +00:00
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>
This commit is contained in:
parent
babf000e62
commit
a13b032776
@ -25,7 +25,7 @@ config HIGH_RES_TIMERS
|
|||||||
config GENERIC_CLOCKEVENTS_BUILD
|
config GENERIC_CLOCKEVENTS_BUILD
|
||||||
bool
|
bool
|
||||||
default y
|
default y
|
||||||
depends on GENERIC_CLOCKEVENTS || GENERIC_CLOCKEVENTS_MIGR
|
depends on GENERIC_CLOCKEVENTS
|
||||||
|
|
||||||
config GENERIC_CLOCKEVENTS_MIN_ADJUST
|
config GENERIC_CLOCKEVENTS_MIN_ADJUST
|
||||||
bool
|
bool
|
||||||
|
Loading…
Reference in New Issue
Block a user