xref: /openbmc/u-boot/arch/arm/mach-stm32/Kconfig (revision aa5e3e22)
10a61ee88SVikas Manochaif STM32
20a61ee88SVikas Manocha
30a61ee88SVikas Manochaconfig STM32F4
40a61ee88SVikas Manocha	bool "stm32f4 family"
5aea0af89SPatrice Chotard	select CLK
6aea0af89SPatrice Chotard	select DM_GPIO
7aea0af89SPatrice Chotard	select DM_RESET
8aea0af89SPatrice Chotard	select MISC
9aea0af89SPatrice Chotard	select PINCTRL
10aea0af89SPatrice Chotard	select PINCTRL_STM32
11aea0af89SPatrice Chotard	select RAM
12aea0af89SPatrice Chotard	select STM32_SDRAM
13aea0af89SPatrice Chotard	select STM32_RCC
14aea0af89SPatrice Chotard	select STM32_RESET
15aea0af89SPatrice Chotard	select STM32_SERIAL
16*aa5e3e22SPatrice Chotard	select STM32_TIMER
17*aa5e3e22SPatrice Chotard	select TIMER
180a61ee88SVikas Manocha
19e66c49faSVikas Manochaconfig STM32F7
20e66c49faSVikas Manocha	bool "stm32f7 family"
21aea0af89SPatrice Chotard	select CLK
22aea0af89SPatrice Chotard	select DM_GPIO
23aea0af89SPatrice Chotard	select DM_RESET
24aea0af89SPatrice Chotard	select MISC
25aea0af89SPatrice Chotard	select PINCTRL
26aea0af89SPatrice Chotard	select PINCTRL_STM32
27aea0af89SPatrice Chotard	select RAM
28aea0af89SPatrice Chotard	select STM32_SDRAM
29aea0af89SPatrice Chotard	select STM32_RCC
30aea0af89SPatrice Chotard	select STM32_RESET
31aea0af89SPatrice Chotard	select STM32_SERIAL
32*aa5e3e22SPatrice Chotard	select STM32_TIMER
33*aa5e3e22SPatrice Chotard	select TIMER
34b9747696SVikas Manocha	select SUPPORT_SPL
35b9747696SVikas Manocha	select SPL
36a70c05f1SPatrice Chotard	select SPL_BOARD_INIT
37b9747696SVikas Manocha	select SPL_CLK
38b9747696SVikas Manocha	select SPL_DM
39b9747696SVikas Manocha	select SPL_DM_SEQ_ALIAS
40b9747696SVikas Manocha	select SPL_DRIVERS_MISC_SUPPORT
41b9747696SVikas Manocha	select SPL_GPIO_SUPPORT
42b9747696SVikas Manocha	select SPL_LIBCOMMON_SUPPORT
43b9747696SVikas Manocha	select SPL_LIBGENERIC_SUPPORT
44b9747696SVikas Manocha	select SPL_MTD_SUPPORT
45b9747696SVikas Manocha	select SPL_OF_CONTROL
46b9747696SVikas Manocha	select SPL_OF_LIBFDT
47b9747696SVikas Manocha	select SPL_OF_TRANSLATE
481e87f9ceSVikas Manocha	imply SPL_OS_BOOT
49b9747696SVikas Manocha	select SPL_PINCTRL
50b9747696SVikas Manocha	select SPL_RAM
51b9747696SVikas Manocha	select SPL_SERIAL_SUPPORT
52b9747696SVikas Manocha	select SPL_SYS_MALLOC_SIMPLE
53*aa5e3e22SPatrice Chotard	select SPL_TIMER
541a73bd84SVikas Manocha	select SPL_XIP_SUPPORT
55e66c49faSVikas Manocha
56246771b1SPatrice Chotardconfig STM32H7
57246771b1SPatrice Chotard	bool "stm32h7 family"
58246771b1SPatrice Chotard	select CLK
59246771b1SPatrice Chotard	select DM_GPIO
60246771b1SPatrice Chotard	select DM_RESET
61246771b1SPatrice Chotard	select MISC
62246771b1SPatrice Chotard	select PINCTRL
63246771b1SPatrice Chotard	select PINCTRL_STM32
64246771b1SPatrice Chotard	select RAM
65246771b1SPatrice Chotard	select REGMAP
66246771b1SPatrice Chotard	select STM32_SDRAM
67246771b1SPatrice Chotard	select STM32_RCC
68246771b1SPatrice Chotard	select STM32_RESET
69ae74de0dSPatrice Chotard	select STM32_SERIAL
70*aa5e3e22SPatrice Chotard	select STM32_TIMER
71246771b1SPatrice Chotard	select SYSCON
72*aa5e3e22SPatrice Chotard	select TIMER
73246771b1SPatrice Chotard
740a61ee88SVikas Manochasource "arch/arm/mach-stm32/stm32f4/Kconfig"
75e66c49faSVikas Manochasource "arch/arm/mach-stm32/stm32f7/Kconfig"
76246771b1SPatrice Chotardsource "arch/arm/mach-stm32/stm32h7/Kconfig"
770a61ee88SVikas Manocha
780a61ee88SVikas Manochaendif
79