:orphan: .. title:: QEMU_ICOUNT_SHIFT .. option:: CONFIG_QEMU_ICOUNT_SHIFT *QEMU icount shift value* Type: ``int`` Help ==== .. code-block:: none The virtual CPU will execute one instruction every 2^N nanoseconds of virtual time, where N is the value provided here. Direct dependencies =================== \ :option:`QEMU_ICOUNT ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to the empty string. Kconfig definition ================== At ``/Kconfig:40`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` Menu path: (Top) → Board Options → QEMU icount mode .. code-block:: kconfig config QEMU_ICOUNT_SHIFT int "QEMU icount shift value" depends on QEMU_ICOUNT help The virtual CPU will execute one instruction every 2^N nanoseconds of virtual time, where N is the value provided here. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*