Rename "nxp,kinetis-rtc" compatible to "nxp,rtc" to remove the device family from its name. Signed-off-by: Manuel Argüelles <manuel.arguelles@nxp.com>
11 lines
225 B
Text
11 lines
225 B
Text
# MCUXpresso SDK RTC
|
|
|
|
# Copyright (c) 2018, NXP
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config COUNTER_MCUX_RTC
|
|
bool "MCUX RTC driver"
|
|
default y
|
|
depends on DT_HAS_NXP_RTC_ENABLED
|
|
help
|
|
Enable support for MCU RTC driver.
|