:orphan: .. title:: QEMU_ICOUNT_SHIFT .. option:: CONFIG_QEMU_ICOUNT_SHIFT *QEMU icount shift value* Type: ``int`` Help ==== 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 ================== .. highlight:: kconfig At ``boards/Kconfig:40`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` Menu path: (Top) → Board Options → QEMU icount mode .. parsed-literal:: config QEMU_ICOUNT_SHIFT int "QEMU icount shift value" depends on \ :option:`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.)*