CONFIG_COUNTER_MCUX_SNVS_SRTC¶
IMX SNVS SRTC low power support
Type: bool
Help¶
Enable the low power SRTC in SNVS to synchronise.
Default¶
y
Kconfig definition¶
At drivers/counter/Kconfig.mcux_snvs:12
Included via Kconfig:8
→ Kconfig.zephyr:42
→ drivers/Kconfig:66
→ drivers/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.)