:orphan: .. title:: CONFIG_WAITQ_DUMB .. kconfig:: CONFIG_WAITQ_DUMB CONFIG_WAITQ_DUMB ################# *Simple linked-list wait\_q* Type: ``bool`` Help ==== .. code-block:: none When selected, the wait_q will be implemented with a doubly-linked list. Choose this if you expect to have only a few threads blocked on any single IPC primitive. Direct dependencies =================== \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== At ``/Kconfig:282`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:40`` Menu path: (Top) → General Kernel Options → Wait queue priority algorithm .. code-block:: kconfig config WAITQ_DUMB bool "Simple linked-list wait_q" depends on help When selected, the wait_q will be implemented with a doubly-linked list. Choose this if you expect to have only a few threads blocked on any single IPC primitive. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*