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 BOARD
8 default "ronoth_lodev"
9
10config SPI_STM32_INTERRUPT
11 default y
12 depends on SPI
13
14endif # BOARD_RONOTH_LODEV
15