1# LPCXpresso55S16 board
2
3# Copyright (c) 2020 Henrik Brix Andersen <henrik@brixandersen.dk>
4# SPDX-License-Identifier: Apache-2.0
5
6if BOARD_LPCXPRESSO55S16
7
8config FXOS8700_DRDY_INT1
9	default y
10	depends on FXOS8700_TRIGGER
11
12if BOOTLOADER_MCUBOOT
13choice MCUBOOT_BOOTLOADER_MODE
14	# Board only supports MCUBoot via "upgrade only" method:
15	default MCUBOOT_BOOTLOADER_MODE_OVERWRITE_ONLY
16endchoice
17endif #BOOTLOADER_MCUBOOT
18
19endif # BOARD_LPCXPRESSO55S16
20