mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-27 01:36:02 +00:00
Adds a shim layer around the mcux rtc driver to adapt it to the zephyr counter interface. Portions of this driver are reused from the existing rtc driver in drivers/rtc/rtc_mcux.c. The hardware supports a single alarm only and a fixed wrap value. Signed-off-by: Maureen Helm <maureen.helm@nxp.com>
13 lines
224 B
Plaintext
13 lines
224 B
Plaintext
# Kconfig - MCUXpresso SDK RTC
|
|
#
|
|
# Copyright (c) 2018, NXP
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
menuconfig COUNTER_MCUX_RTC
|
|
bool "MCUX RTC driver"
|
|
depends on HAS_MCUX_RTC
|
|
help
|
|
Enable support for mcux rtc driver.
|