mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-12 07:57:21 +00:00
0a61ee880c
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>
12 lines
185 B
Text
12 lines
185 B
Text
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
|