From 0aea891272b21f519e7a452b514653eb07a567bf Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 16 Oct 2014 07:03:23 -0600 Subject: [PATCH] Enable selection of SPI2 for STM32L15XX in Kconfig. From Jussi Kivilinna --- arch/arm/src/stm32/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/src/stm32/Kconfig b/arch/arm/src/stm32/Kconfig index 2c0a6e583a..60f8d20da7 100644 --- a/arch/arm/src/stm32/Kconfig +++ b/arch/arm/src/stm32/Kconfig @@ -591,6 +591,7 @@ endchoice config STM32_STM32L15XX bool default n + select STM32_HAVE_SPI2 select STM32_HAVE_SPI3 config STM32_ENERGYLITE