arch/arm/Kconfig: Fix many warnings introduced by stm32f0l0

This commit is contained in:
Lwazi Dube 2018-12-17 10:51:51 -06:00 committed by Gregory Nutt
parent 35232d4997
commit cf453cb84b

View File

@ -876,10 +876,7 @@ endif
if ARCH_CHIP_STM32
source arch/arm/src/stm32/Kconfig
endif
if ARCH_CHIP_STM32F0
source arch/arm/src/stm32f0l0/Kconfig
endif
if ARCH_CHIP_STM32L0
if ARCH_CHIP_STM32F0 || ARCH_CHIP_STM32L0
source arch/arm/src/stm32f0l0/Kconfig
endif
if ARCH_CHIP_STM32F7