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

CONFIG_COUNTER_MCUX_SNVS

IMX SNVS RTC driver

Type: bool

Help

Enable support for the IMX SNVS High/Low Power clock.

Direct dependencies

HAS_MCUX_SNVS && COUNTER

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At drivers/counter/Kconfig.mcux_snvs:6

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

Menu path: (Top) → Device Drivers → Counter Drivers

config COUNTER_MCUX_SNVS
    bool "IMX SNVS RTC driver"
    depends on HAS_MCUX_SNVS && COUNTER
    help
      Enable support for the IMX SNVS High/Low Power clock.

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