1# MCUXpresso SDK RTC 2 3# Copyright (c) 2018, NXP 4# SPDX-License-Identifier: Apache-2.0 5 6config COUNTER_MCUX_RTC 7 bool "MCUX RTC driver" 8 default y 9 depends on DT_HAS_NXP_KINETIS_RTC_ENABLED 10 help 11 Enable support for mcux rtc driver. 12