:orphan: .. title:: CONFIG_COOP_ENABLED .. kconfig:: CONFIG_COOP_ENABLED CONFIG_COOP_ENABLED ################### *(No prompt -- not directly user assignable.)* Type: ``bool`` Default ======= - \ :kconfig:`NUM_COOP_PRIORITIES ` != 0 Kconfig definition ================== At ``/kernel/Kconfig:85`` Included via ``/Kconfig:8`` → ``/Kconfig.zephyr:38`` Menu path: (Top) → General Kernel Options .. code-block:: kconfig config COOP_ENABLED bool default NUM_COOP_PRIORITIES != 0 *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*