:orphan: .. title:: CONFIG_COUNTER_MCUX_SNVS_SRTC_WAKE .. kconfig:: CONFIG_COUNTER_MCUX_SNVS_SRTC_WAKE CONFIG_COUNTER_MCUX_SNVS_SRTC_WAKE ################################## *IMX SNVS wake-up on SRTC alarm* Type: ``bool`` Help ==== .. code-block:: none Assert Wake-Up Interrupt on SRTC alarm Direct dependencies =================== \ :kconfig:`COUNTER_MCUX_SNVS_SRTC ` && \ :kconfig:`COUNTER ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== At ``/counter/Kconfig.mcux_snvs:19`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:66`` → ``/counter/Kconfig:49`` Menu path: (Top) → Device Drivers → Counter Drivers → IMX SNVS RTC driver → IMX SNVS SRTC low power support .. code-block:: kconfig config COUNTER_MCUX_SNVS_SRTC_WAKE bool "IMX SNVS wake-up on SRTC alarm" default y depends on COUNTER_MCUX_SNVS_SRTC && COUNTER help Assert Wake-Up Interrupt on SRTC alarm *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*