blob: 8f4371429f60d1ebaf3749dbe0159a5aeffc5f56 [file] [log] [blame]
Vikas Manocha0a61ee82016-01-15 17:49:06 -08001if STM32
2
3config STM32F4
4 bool "stm32f4 family"
5
6config STM32F1
7 bool "stm32f1 family"
8
Vikas Manochae66c49f2016-02-11 15:47:20 -08009config STM32F7
10 bool "stm32f7 family"
Vikas Manochab9747692017-05-28 12:55:10 -070011 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
Vikas Manocha55a3ef72017-05-28 12:55:13 -070024 select SPL_OS_BOOT
Vikas Manochab9747692017-05-28 12:55:10 -070025 select SPL_PINCTRL
26 select SPL_RAM
27 select SPL_SERIAL_SUPPORT
28 select SPL_SYS_MALLOC_SIMPLE
Vikas Manocha1a73bd82017-05-28 12:55:14 -070029 select SPL_XIP_SUPPORT
Vikas Manochae66c49f2016-02-11 15:47:20 -080030
Vikas Manocha0a61ee82016-01-15 17:49:06 -080031source "arch/arm/mach-stm32/stm32f4/Kconfig"
32source "arch/arm/mach-stm32/stm32f1/Kconfig"
Vikas Manochae66c49f2016-02-11 15:47:20 -080033source "arch/arm/mach-stm32/stm32f7/Kconfig"
Vikas Manocha0a61ee82016-01-15 17:49:06 -080034
35endif