blob: f795691208b66c23b29e40e9280cc54e39707ef3 [file] [log] [blame]
# MIMXRT685-EVK board
# Copyright (c) 2020, NXP
# SPDX-License-Identifier: Apache-2.0
if BOARD_MIMXRT685_EVK
config BOARD
default "mimxrt685_evk_cm33"
if PINMUX_MCUX_LPC
config PINMUX_MCUX_LPC_PORT0
default y
config PINMUX_MCUX_LPC_PORT1
default y
endif # PINMUX_MCUX_LPC
if GPIO_MCUX_LPC
config GPIO_MCUX_LPC_PORT0
default y
config GPIO_MCUX_LPC_PORT1
default y
endif # GPIO_MCUX_LPC
config FXOS8700_DRDY_INT1
default y
depends on FXOS8700_TRIGGER
if DMA_MCUX_LPC
config HEAP_MEM_POOL_SIZE
default 4096
endif # DMA_MCUX_LPC
endif # BOARD_MIMXRT685_EVK