| # MCUXpresso SDK SNVS (Secure) RTC | |
| # Copyright (c) 2021 Basalte bv | |
| # SPDX-License-Identifier: Apache-2.0 | |
| config COUNTER_MCUX_SNVS | |
| bool "IMX SNVS RTC driver" | |
| default y | |
| depends on DT_HAS_NXP_IMX_SNVS_RTC_ENABLED | |
| help | |
| Enable support for the IMX SNVS High/Low Power clock. | |
| config COUNTER_MCUX_SNVS_SRTC | |
| bool "IMX SNVS SRTC low power support" | |
| depends on COUNTER_MCUX_SNVS | |
| default y | |
| help | |
| Enable the low power SRTC in SNVS to synchronise. |