Merge branch 'master' of git://git.denx.de/u-boot-samsung
[platform/kernel/u-boot.git] / arch / arm / mach-stm32 / Kconfig
1 if STM32
2
3 config STM32F4
4         bool "stm32f4 family"
5
6 config STM32F1
7         bool "stm32f1 family"
8
9 config STM32F7
10         bool "stm32f7 family"
11         select SUPPORT_SPL
12         select SPL
13         select SPL_CLK
14         select SPL_DM
15         select SPL_DM_SEQ_ALIAS
16         select SPL_DRIVERS_MISC_SUPPORT
17         select SPL_GPIO_SUPPORT
18         select SPL_LIBCOMMON_SUPPORT
19         select SPL_LIBGENERIC_SUPPORT
20         select SPL_MTD_SUPPORT
21         select SPL_OF_CONTROL
22         select SPL_OF_LIBFDT
23         select SPL_OF_TRANSLATE
24         select SPL_OS_BOOT
25         select SPL_PINCTRL
26         select SPL_RAM
27         select SPL_SERIAL_SUPPORT
28         select SPL_SYS_MALLOC_SIMPLE
29         select SPL_XIP_SUPPORT
30
31 source "arch/arm/mach-stm32/stm32f4/Kconfig"
32 source "arch/arm/mach-stm32/stm32f1/Kconfig"
33 source "arch/arm/mach-stm32/stm32f7/Kconfig"
34
35 endif