CONFIG_COUNTER_MCUX_SNVS¶
IMX SNVS RTC driver
Type: bool
Help¶
Enable support for the IMX SNVS High/Low Power clock.
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At drivers/counter/Kconfig.mcux_snvs:6
Included via Kconfig:8
→ Kconfig.zephyr:42
→ drivers/Kconfig:66
→ drivers/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.)