xref: /openbmc/u-boot/arch/arm/mach-stm32/Kconfig (revision b9747696)
10a61ee88SVikas Manochaif STM32
20a61ee88SVikas Manocha
30a61ee88SVikas Manochaconfig STM32F4
40a61ee88SVikas Manocha	bool "stm32f4 family"
50a61ee88SVikas Manocha
60a61ee88SVikas Manochaconfig STM32F1
70a61ee88SVikas Manocha	bool "stm32f1 family"
80a61ee88SVikas Manocha
9e66c49faSVikas Manochaconfig STM32F7
10e66c49faSVikas Manocha	bool "stm32f7 family"
11*b9747696SVikas Manocha	select SUPPORT_SPL
12*b9747696SVikas Manocha	select SPL
13*b9747696SVikas Manocha	select SPL_CLK
14*b9747696SVikas Manocha	select SPL_DM
15*b9747696SVikas Manocha	select SPL_DM_SEQ_ALIAS
16*b9747696SVikas Manocha	select SPL_DRIVERS_MISC_SUPPORT
17*b9747696SVikas Manocha	select SPL_GPIO_SUPPORT
18*b9747696SVikas Manocha	select SPL_LIBCOMMON_SUPPORT
19*b9747696SVikas Manocha	select SPL_LIBGENERIC_SUPPORT
20*b9747696SVikas Manocha	select SPL_MTD_SUPPORT
21*b9747696SVikas Manocha	select SPL_OF_CONTROL
22*b9747696SVikas Manocha	select SPL_OF_LIBFDT
23*b9747696SVikas Manocha	select SPL_OF_TRANSLATE
24*b9747696SVikas Manocha	select SPL_PINCTRL
25*b9747696SVikas Manocha	select SPL_RAM
26*b9747696SVikas Manocha	select SPL_SERIAL_SUPPORT
27*b9747696SVikas Manocha	select SPL_SYS_MALLOC_SIMPLE
28e66c49faSVikas Manocha
290a61ee88SVikas Manochasource "arch/arm/mach-stm32/stm32f4/Kconfig"
300a61ee88SVikas Manochasource "arch/arm/mach-stm32/stm32f1/Kconfig"
31e66c49faSVikas Manochasource "arch/arm/mach-stm32/stm32f7/Kconfig"
320a61ee88SVikas Manocha
330a61ee88SVikas Manochaendif
34