1# Ronoth LoDev board configuration
2# Copyright (c) 2020/2021 Dean Weiten <dmw@weiten.com>
3# SPDX-License-Identifier: Apache-2.0
4
5if BOARD_RONOTH_LODEV
6
7config SPI_STM32_INTERRUPT
8	default y
9	depends on SPI
10
11endif # BOARD_RONOTH_LODEV
12