Provide the HSE clock frequency by enabling and configuring its Device Tree node in the board's DTS instead of using Kconfig. Signed-off-by: Mathieu Choplain <mathieu.choplain-ext@st.com>
11 lines
193 B
Plaintext
11 lines
193 B
Plaintext
# Copyright (c) 2024 Antmicro <www.antmicro.com>
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
if BOARD_OSD32MP1_BRK
|
|
|
|
config SPI_STM32_INTERRUPT
|
|
default y
|
|
depends on SPI
|
|
|
|
endif # BOARD_OSD32MP1_BRK
|