Enable selection of SPI2 for STM32L15XX in Kconfig. From Jussi Kivilinna

This commit is contained in:
Gregory Nutt 2014-10-16 07:03:23 -06:00
parent 26b42e3f57
commit 0aea891272

View File

@ -591,6 +591,7 @@ endchoice
config STM32_STM32L15XX
bool
default n
select STM32_HAVE_SPI2
select STM32_HAVE_SPI3
config STM32_ENERGYLITE