# Ronoth LoDev board configuration | |
# Copyright (c) 2020/2021 Dean Weiten <dmw@weiten.com> | |
# SPDX-License-Identifier: Apache-2.0 | |
if BOARD_RONOTH_LODEV | |
config BOARD | |
default "ronoth_lodev" | |
config SPI_STM32_INTERRUPT | |
default y | |
depends on SPI | |
endif # BOARD_RONOTH_LODEV |