Files
zephyr/boards/oct/osd32mp1_brk/Kconfig.defconfig
Mathieu Choplain 5f1ced737f boards: oct: osd32mp1_brk: provide HSE clock frequency in DTS
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>
2025-10-17 22:01:22 +03:00

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