21 lines
377 B
Plaintext
21 lines
377 B
Plaintext
# B_U585I_IOT02A discovery kit board configuration
|
|
|
|
# Copyright (c) 2021 STMicroelectronics
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
if BOARD_B_U585I_IOT02A
|
|
|
|
config BOARD
|
|
default "b_u585i_iot02a"
|
|
|
|
config SPI_STM32_INTERRUPT
|
|
default y
|
|
depends on SPI
|
|
|
|
choice STM32_LPTIM_CLOCK
|
|
default STM32_LPTIM_CLOCK_LSE
|
|
depends on STM32_LPTIM_TIMER
|
|
endchoice
|
|
|
|
endif # BOARD_B_U585I_IOT02A
|