zephyr/boards/arm/udoo_neo_full_m4/Kconfig.defconfig
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

12 lines
188 B
Plaintext

# UDOO Neo Full board
# Copyright (c) 2018, NXP
# SPDX-License-Identifier: Apache-2.0
if BOARD_UDOO_NEO_FULL_M4
config BOARD
default "udoo_neo_full_m4"
endif # BOARD_UDOO_NEO_FULL_M4