summaryrefslogtreecommitdiff
path: root/src/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/Kconfig')
-rw-r--r--src/Kconfig8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/Kconfig b/src/Kconfig
index e4ddf0cc70..89849eca02 100644
--- a/src/Kconfig
+++ b/src/Kconfig
@@ -677,12 +677,12 @@ config TIMER_QUEUE
config COOP_MULTITASKING
def_bool n
- depends on TIMER_QUEUE && ARCH_X86 && CPU_INFO_V2
+ select TIMER_QUEUE
+ depends on ARCH_X86 && CPU_INFO_V2
help
Cooperative multitasking allows callbacks to be multiplexed on the
- main thread of ramstage. With this enabled it allows for multiple
- execution paths to take place when they have udelay() calls within
- their code.
+ main thread. With this enabled it allows for multiple execution paths
+ to take place when they have udelay() calls within their code.
config NUM_THREADS
int