zephyr/drivers/rtc/Kconfig.nxp_irtc
Emilio Benavente ca3041f11a drivers: rtc: Added IRTC Driver Support.
Added NXP IRTC Driver support and binding.
This driver is expected for users needing
Time Date info in their application.
The driver additionally has an alarm mode that
can be enabled to fire an intterupt when the time
and alarm values match.

Signed-off-by: Emilio Benavente <emilio.benavente@nxp.com>
2024-10-26 03:58:48 +01:00

7 lines
174 B
Text

# Copyright 2024 NXP
# SPDX-License-Identifier: Apache-2.0
config RTC_NXP_IRTC
bool "NXP Independent Real Time Clock driver"
default y
depends on DT_HAS_NXP_IRTC_ENABLED