The latest development version of this page may be more current than this released 3.0.0 version.

CONFIG_COUNTER_MCUX_SNVS_SRTC

IMX SNVS SRTC low power support

Type: bool

Help

Enable the low power SRTC in SNVS to synchronise.

Direct dependencies

COUNTER_MCUX_SNVS && COUNTER

(Includes any dependencies from ifs and menus.)

Default

  • y

Kconfig definition

At drivers/counter/Kconfig.mcux_snvs:12

Included via Kconfig:8Kconfig.zephyr:42drivers/Kconfig:66drivers/counter/Kconfig:49

Menu path: (Top) → Device Drivers → Counter Drivers → IMX SNVS RTC driver

config COUNTER_MCUX_SNVS_SRTC
    bool "IMX SNVS SRTC low power support"
    default y
    depends on COUNTER_MCUX_SNVS && COUNTER
    help
      Enable the low power SRTC in SNVS to synchronise.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)