blob: 53e554da88f8b486b3bac30a4816d455df861340 [file] [log] [blame]
# Copyright 2023 NXP
# SPDX-License-Identifier: Apache-2.0
if BOARD_MR_CANHUBK3
config BOARD
default "mr_canhubk3"
if SERIAL
config UART_CONSOLE
default y
endif # SERIAL
if SPI
config SPI_INIT_PRIORITY
default 50
if WDT_NXP_FS26
config WDT_NXP_FS26_INIT_PRIORITY
default 51
endif # WDT_NXP_FS26
endif # SPI
if CAN
config GPIO
default y
endif # CAN
if NETWORKING
config NET_L2_ETHERNET
default y if !NET_LOOPBACK && !NET_TEST
config MDIO
default y if NET_L2_ETHERNET
endif # NETWORKING
endif # BOARD_MR_CANHUBK3