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