blob: 947ce5f1ce8126a55adbf2f78ff4e84fbe7e806d [file] [log] [blame]
Vikas Manocha0a61ee82016-01-15 17:49:06 -08001if STM32
2
3config STM32F4
4 bool "stm32f4 family"
5
Vikas Manochae66c49f2016-02-11 15:47:20 -08006config STM32F7
7 bool "stm32f7 family"
Vikas Manochab9747692017-05-28 12:55:10 -07008 select SUPPORT_SPL
9 select SPL
10 select SPL_CLK
11 select SPL_DM
12 select SPL_DM_SEQ_ALIAS
13 select SPL_DRIVERS_MISC_SUPPORT
14 select SPL_GPIO_SUPPORT
15 select SPL_LIBCOMMON_SUPPORT
16 select SPL_LIBGENERIC_SUPPORT
17 select SPL_MTD_SUPPORT
18 select SPL_OF_CONTROL
19 select SPL_OF_LIBFDT
20 select SPL_OF_TRANSLATE
Vikas Manocha1e87f9c2017-08-20 11:05:37 -070021 imply SPL_OS_BOOT
Vikas Manochab9747692017-05-28 12:55:10 -070022 select SPL_PINCTRL
23 select SPL_RAM
24 select SPL_SERIAL_SUPPORT
25 select SPL_SYS_MALLOC_SIMPLE
Vikas Manocha1a73bd82017-05-28 12:55:14 -070026 select SPL_XIP_SUPPORT
Vikas Manochae66c49f2016-02-11 15:47:20 -080027
Vikas Manocha0a61ee82016-01-15 17:49:06 -080028source "arch/arm/mach-stm32/stm32f4/Kconfig"
Vikas Manochae66c49f2016-02-11 15:47:20 -080029source "arch/arm/mach-stm32/stm32f7/Kconfig"
Vikas Manocha0a61ee82016-01-15 17:49:06 -080030
31endif