mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 20:54:31 +00:00
e66c49fa93
This patch adds support for stm32f7 family & stm32f746 board. Signed-off-by: Vikas Manocha <vikas.manocha@st.com>
16 lines
269 B
Text
16 lines
269 B
Text
if STM32
|
|
|
|
config STM32F4
|
|
bool "stm32f4 family"
|
|
|
|
config STM32F1
|
|
bool "stm32f1 family"
|
|
|
|
config STM32F7
|
|
bool "stm32f7 family"
|
|
|
|
source "arch/arm/mach-stm32/stm32f4/Kconfig"
|
|
source "arch/arm/mach-stm32/stm32f1/Kconfig"
|
|
source "arch/arm/mach-stm32/stm32f7/Kconfig"
|
|
|
|
endif
|