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