mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-27 23:21:01 +00:00
13 lines
185 B
Text
13 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
|