Vikas Manocha | 0a61ee8 | 2016-01-15 17:49:06 -0800 | [diff] [blame] | 1 | if STM32 |
| 2 | |
| 3 | config STM32F4 |
| 4 | bool "stm32f4 family" |
| 5 | |
| 6 | config STM32F1 |
| 7 | bool "stm32f1 family" |
| 8 | |
Vikas Manocha | e66c49f | 2016-02-11 15:47:20 -0800 | [diff] [blame] | 9 | config STM32F7 |
| 10 | bool "stm32f7 family" |
Vikas Manocha | b974769 | 2017-05-28 12:55:10 -0700 | [diff] [blame] | 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 |
Vikas Manocha | 55a3ef7 | 2017-05-28 12:55:13 -0700 | [diff] [blame] | 24 | select SPL_OS_BOOT |
Vikas Manocha | b974769 | 2017-05-28 12:55:10 -0700 | [diff] [blame] | 25 | select SPL_PINCTRL |
| 26 | select SPL_RAM |
| 27 | select SPL_SERIAL_SUPPORT |
| 28 | select SPL_SYS_MALLOC_SIMPLE |
Vikas Manocha | 1a73bd8 | 2017-05-28 12:55:14 -0700 | [diff] [blame] | 29 | select SPL_XIP_SUPPORT |
Vikas Manocha | e66c49f | 2016-02-11 15:47:20 -0800 | [diff] [blame] | 30 | |
Vikas Manocha | 0a61ee8 | 2016-01-15 17:49:06 -0800 | [diff] [blame] | 31 | source "arch/arm/mach-stm32/stm32f4/Kconfig" |
| 32 | source "arch/arm/mach-stm32/stm32f1/Kconfig" |
Vikas Manocha | e66c49f | 2016-02-11 15:47:20 -0800 | [diff] [blame] | 33 | source "arch/arm/mach-stm32/stm32f7/Kconfig" |
Vikas Manocha | 0a61ee8 | 2016-01-15 17:49:06 -0800 | [diff] [blame] | 34 | |
| 35 | endif |