Skip to content
Commit f84cc4b3 authored by Marti Bolivar's avatar Marti Bolivar Committed by Andrzej Puzdrowski
Browse files

zephyr: enable MULTITHREADING by default except on nRF



CONFIG_MULTITHREADING is generally assumed to be y by the zephyr
kernel, even though that's not reflected in the Kconfig. For example,
semaphores depend on it being y, but CMake will still build sem.c even
if it's n.

The sensible default for this option is thus y.

However, it's a size advantage to disable it if the platform drivers
are all aware of this option, such as nRF.

Let's re-work our use of this option to keep it disabled when we know
it's safe, but enable it by default so more platforms can be expected
to work out of the box.

Signed-off-by: default avatarMarti Bolivar <marti.bolivar@nordicsemi.no>
parent f2a8b78c
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment