5c818f7f55
Add a RTC based counter for MXRT600 Signed-off-by: Mahesh Mahadevan <mahesh.mahadevan@nxp.com>
9 lines
194 B
Plaintext
9 lines
194 B
Plaintext
# Copyright (c) 2021, NXP
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config COUNTER_MCUX_LPC_RTC
|
|
bool "MCUX LPC RTC driver"
|
|
depends on HAS_MCUX_LPC_RTC
|
|
help
|
|
Enable support for LPC rtc driver.
|