mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-21 10:05:22 +00:00
The Kconfig I2C_[0-9] sybmols don't have any meaning for the majority of SoCs. The drivers doesn't utilize them and no sample or test code does either so we can remove setting them in board Kconfig.defconfig files. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
16 lines
261 B
Plaintext
16 lines
261 B
Plaintext
# MIMXRT1010-EVK board
|
|
|
|
# Copyright (c) 2019, NXP
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
if BOARD_MIMXRT1010_EVK
|
|
|
|
config BOARD
|
|
default "mimxrt1010_evk" if BOARD_MIMXRT1010_EVK
|
|
|
|
choice CODE_LOCATION
|
|
default CODE_FLEXSPI
|
|
endchoice
|
|
|
|
endif # BOARD_MIMXRT1010_EVK
|