blob: 84c623ec3635a38d0f292f83dad1bf2a68b23f22 [file] [log] [blame]
# STM32G474RE Nucleo board configuration
# Copyright (c) 2019 STMicroelectronics.
# SPDX-License-Identifier: Apache-2.0
if BOARD_NUCLEO_G474RE
config BOARD
default "nucleo_g474re"
config LPUART_1
default y
depends on UART_CONSOLE
config I2C_1
default y
depends on I2C
config PWM_STM32_2
default y
depends on PWM
if SPI
config SPI_1
default y
config SPI_STM32_INTERRUPT
default y
endif # SPI
endif # BOARD_NUCLEO_G431RB