CONFIG_TEST_BUSY_SIM¶
Enable busy simulator
Type: bool
Help¶
It simulates cpu load by using counter device to generate interrupts
with random intervals and random busy looping in the interrupt.
Defaults¶
No defaults. Implicitly defaults to n.
Symbols selected by this symbol¶
Kconfig definition¶
At <Zephyr Subsystem>/testsuite/Kconfig:148
Included via Kconfig:8 → Kconfig.zephyr:44 → <Zephyr Subsystem>/Kconfig:61
Menu path: (Top) → Sub Systems and OS Services → Testing
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.)