1# STM32L452RE Nucleo board configuration
2#
3# Copyright (c) 2019 Libre Solar Technologies GmbH
4#
5# SPDX-License-Identifier: Apache-2.0
6
7if BOARD_NUCLEO_L452RE
8
9config SPI_STM32_INTERRUPT
10	default y
11	depends on SPI
12
13endif # BOARD_NUCLEO_L452RE
14