:orphan: .. title:: CONFIG_COUNTER_MCUX_SNVS_SRTC .. kconfig:: CONFIG_COUNTER_MCUX_SNVS_SRTC CONFIG_COUNTER_MCUX_SNVS_SRTC ############################# *IMX SNVS SRTC low power support* Type: ``bool`` Help ==== .. code-block:: none Enable the low power SRTC in SNVS to synchronise. Direct dependencies =================== \ :kconfig:`COUNTER_MCUX_SNVS ` && \ :kconfig:`COUNTER ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== At ``/counter/Kconfig.mcux_snvs:12`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:66`` → ``/counter/Kconfig:49`` Menu path: (Top) → Device Drivers → Counter Drivers → IMX SNVS RTC driver .. code-block:: kconfig 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.)*