kernel: default to new work API implementation
Switch the default and clean up some test workarounds. This will enable final conversions necessary to transition to the new API. Signed-off-by: Peter Bigot <peter.bigot@nordicsemi.no>
This commit is contained in:
parent
753d56dd7b
commit
d1affd9118
2 changed files with 2 additions and 2 deletions
|
@ -1973,7 +1973,7 @@ PREDEFINED = "CONFIG_ARCH_HAS_CUSTOM_BUSY_WAIT" \
|
|||
"CONFIG_FPU" \
|
||||
"CONFIG_FPU_SHARING" \
|
||||
"CONFIG_HEAP_MEM_POOL_SIZE" \
|
||||
"CONFIG_KERNEL_WORK1" \
|
||||
"CONFIG_KERNEL_WORK2" \
|
||||
"CONFIG_MMU" \
|
||||
"CONFIG_NET_L2_ETHERNET_MGMT" \
|
||||
"CONFIG_NET_MGMT_EVENT" \
|
||||
|
|
|
@ -886,7 +886,7 @@ config THREAD_LOCAL_STORAGE
|
|||
|
||||
choice KERNEL_WORK
|
||||
prompt "Which work queue implementation to use"
|
||||
default KERNEL_WORK1
|
||||
default KERNEL_WORK2
|
||||
|
||||
config KERNEL_WORK1
|
||||
bool "Select the original racy work API"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue