6c6c1010bb
Convert driver to use DT_INST macros and remove related board per instance Kconfig symbol usage. Also update counter_basic_api test to use DT_INST and remove the udoo_neo_full_m4.conf as its not longer needed since the per instance Kconfig sybmols don't exist anymore. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
11 lines
209 B
Plaintext
11 lines
209 B
Plaintext
# IMX EPIT configuration options
|
|
|
|
# Copyright (c) 2018, NXP
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config COUNTER_IMX_EPIT
|
|
bool "IMX EPIT driver"
|
|
depends on HAS_IMX_EPIT
|
|
help
|
|
Enable the IMX EPIT driver.
|