:orphan: .. title:: CONFIG_TEST_BUSY_SIM .. kconfig:: CONFIG_TEST_BUSY_SIM CONFIG_TEST_BUSY_SIM #################### *Enable busy simulator* Type: ``bool`` Help ==== .. code-block:: none It simulates cpu load by using counter device to generate interrupts with random intervals and random busy looping in the interrupt. Direct dependencies =================== \ :kconfig:`TEST ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :kconfig:`ENTROPY_GENERATOR ` - \ :kconfig:`RING_BUFFER ` - \ :kconfig:`COUNTER ` Kconfig definition ================== At ``/testsuite/Kconfig:148`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:61`` Menu path: (Top) → Sub Systems and OS Services → Testing .. code-block:: kconfig config TEST_BUSY_SIM bool "Enable busy simulator" select ENTROPY_GENERATOR select RING_BUFFER select COUNTER depends on TEST help It simulates cpu load by using counter device to generate interrupts with random intervals and random busy looping in the interrupt. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*