blob: 3e42558d396607c084ae95816ee793ba5bb77f51 [file] [log] [blame]
# LPCXpresso55S16 board
# Copyright (c) 2020 Henrik Brix Andersen <henrik@brixandersen.dk>
# SPDX-License-Identifier: Apache-2.0
if BOARD_LPCXPRESSO55S16
config BOARD
default "lpcxpresso55S16"
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
endif # BOARD_LPCXPRESSO55S16