zephyr/boards/arm/colibri_imx7d_m4/Kconfig.defconfig
Kumar Gala 7064bab954 drivers: i2c: i2x_imx: Convert driver to new DT_INST macros
Convert driver to use DT_INST macros and remove related board per
instance Kconfig symbol usage.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2020-04-04 09:34:00 -05:00

20 lines
273 B
Plaintext

# Colibri iMX7D M4 board
# Copyright (c) 2017, NXP
# SPDX-License-Identifier: Apache-2.0
if BOARD_COLIBRI_IMX7D_M4
config BOARD
default "colibri_imx7d_m4"
if !XIP
config FLASH_SIZE
default 0
config FLASH_BASE_ADDRESS
default 0
endif
endif # BOARD_COLIBRI_IMX7D_M4