Add support for the Antmicro's Myra SiP Baseboard. The board uses Antmicro's Myra SiP which integrates STM32G491XX MCU and its SoC configuration. Signed-off-by: Jakub Wasilewski <jwasilewski@internships.antmicro.com> Signed-off-by: Filip Kokosinski <fkokosinski@antmicro.com>
10 lines
205 B
Text
10 lines
205 B
Text
# Copyright (c) 2024 Antmicro <www.antmicro.com>
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
if BOARD_MYRA_SIP_BASEBOARD
|
|
|
|
config SPI_STM32_INTERRUPT
|
|
default y
|
|
depends on SPI
|
|
|
|
endif # BOARD_MYRA_SIP_BASEBOARD
|