41fcf784e9
Convert driver to use DT_INST_ defines and remove Kconfig per instance enablement in favor of DT_INST_ define existing. Also, remove the aliases that had been used for this driver in nxp_rt.dtsi. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
11 lines
239 B
Plaintext
11 lines
239 B
Plaintext
# MCUXpresso SDK RTC
|
|
|
|
# Copyright (c) 2019 Linaro Limited
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config COUNTER_MCUX_GPT
|
|
bool "MCUX GPT driver"
|
|
depends on HAS_MCUX_GPT
|
|
help
|
|
Enable support for mcux General Purpose Timer (GPT) driver.
|