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 <Driver>/counter/Kconfig.mcux_snvs:12

Included via Kconfig:8Kconfig.zephyr:42<Driver>/Kconfig:66<Driver>/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.)