u-boot-brain/arch/arm/mach-stm32/Kconfig
Vikas Manocha 0a61ee880c stm32: move stm32 specific code to mach-stm32
This patch moves stm32 sources at one place, with this armv7m now contains
only generic stuff.

Signed-off-by: Vikas Manocha <vikas.manocha@st.com>
2016-01-20 10:19:41 -05:00

13 lines
185 B
Plaintext

if STM32
config STM32F4
bool "stm32f4 family"
config STM32F1
bool "stm32f1 family"
source "arch/arm/mach-stm32/stm32f4/Kconfig"
source "arch/arm/mach-stm32/stm32f1/Kconfig"
endif