:orphan: .. title:: CONFIG_ARM_ARCH_TIMER_ERRATUM_740657 .. kconfig:: CONFIG_ARM_ARCH_TIMER_ERRATUM_740657 CONFIG_ARM_ARCH_TIMER_ERRATUM_740657 #################################### *ARM architected timer is affected by ARM erratum 740657* Type: ``bool`` Help ==== .. code-block:: none This option indicates that the ARM architected timer as implemented in the target hardware is affected by the ARM erratum 740657 (comp. ARM Cortex-A9 processors Software Developers Errata Notice, ARM document ID032315) which leads to an additional, spurious interrupt indication upon every actual timer interrupt. This option activates the workaround for the erratum within the timer driver. Direct dependencies =================== \ :kconfig:`ARM_ARCH_TIMER ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :kconfig:`SOC_SERIES_XILINX_XC7ZXXX ` - \ :kconfig:`SOC_SERIES_XILINX_XC7ZXXXS ` Kconfig definition ================== At ``/timer/Kconfig.arm_arch:17`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:30`` → ``/timer/Kconfig:60`` Menu path: (Top) → Device Drivers → Timer Drivers → ARM architected timer .. code-block:: kconfig config ARM_ARCH_TIMER_ERRATUM_740657 bool "ARM architected timer is affected by ARM erratum 740657" depends on ARM_ARCH_TIMER help This option indicates that the ARM architected timer as implemented in the target hardware is affected by the ARM erratum 740657 (comp. ARM Cortex-A9 processors Software Developers Errata Notice, ARM document ID032315) which leads to an additional, spurious interrupt indication upon every actual timer interrupt. This option activates the workaround for the erratum within the timer driver. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*