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

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