1# STM32MP157 discovery board configuration 2 3# Copyright (c) 2019 STMicroelectronics 4# SPDX-License-Identifier: Apache-2.0 5 6if BOARD_STM32MP157C_DK2 7 8config SPI_STM32_INTERRUPT 9 default y 10 depends on SPI 11 12config CLOCK_STM32_HSE_CLOCK 13 default 24000000 14 15endif # BOARD_STM32MP157_Dk2 16