:orphan: .. title:: COOP_ENABLED .. option:: CONFIG_COOP_ENABLED *(No prompt -- not directly user assignable.)* Type: ``bool`` Defaults ======== - \ :option:`NUM_COOP_PRIORITIES ` != 0 Kconfig definition ================== .. highlight:: kconfig At ``kernel/Kconfig:89`` Included via ``Kconfig:10`` → ``Kconfig.zephyr:31`` Menu path: (top menu) → General Kernel Options .. parsed-literal:: config COOP_ENABLED bool default \ :option:`NUM_COOP_PRIORITIES ` != 0 *(Definitions include propagated dependencies, including from if's and menus.)*