zephyr/drivers/counter/Kconfig.imx_epit
Kumar Gala 6c6c1010bb drivers: counter: imx_epit: Convert driver to new DT_INST macros
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>
2020-04-04 09:34:00 -05:00

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.