xref: /openbmc/u-boot/arch/arm/mach-stm32/Kconfig (revision 44da3a176c5bd48b7ed257454e3e551c956adb30)
1if STM32
2
3config STM32F4
4	bool "stm32f4 family"
5
6config STM32F1
7	bool "stm32f1 family"
8
9source "arch/arm/mach-stm32/stm32f4/Kconfig"
10source "arch/arm/mach-stm32/stm32f1/Kconfig"
11
12endif
13