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" 11b9747696SVikas Manocha select SUPPORT_SPL 12b9747696SVikas Manocha select SPL 13b9747696SVikas Manocha select SPL_CLK 14b9747696SVikas Manocha select SPL_DM 15b9747696SVikas Manocha select SPL_DM_SEQ_ALIAS 16b9747696SVikas Manocha select SPL_DRIVERS_MISC_SUPPORT 17b9747696SVikas Manocha select SPL_GPIO_SUPPORT 18b9747696SVikas Manocha select SPL_LIBCOMMON_SUPPORT 19b9747696SVikas Manocha select SPL_LIBGENERIC_SUPPORT 20b9747696SVikas Manocha select SPL_MTD_SUPPORT 21b9747696SVikas Manocha select SPL_OF_CONTROL 22b9747696SVikas Manocha select SPL_OF_LIBFDT 23b9747696SVikas Manocha select SPL_OF_TRANSLATE 2455a3ef71SVikas Manocha select SPL_OS_BOOT 25b9747696SVikas Manocha select SPL_PINCTRL 26b9747696SVikas Manocha select SPL_RAM 27b9747696SVikas Manocha select SPL_SERIAL_SUPPORT 28b9747696SVikas Manocha select SPL_SYS_MALLOC_SIMPLE 29*1a73bd84SVikas Manocha select SPL_XIP_SUPPORT 30e66c49faSVikas Manocha 310a61ee88SVikas Manochasource "arch/arm/mach-stm32/stm32f4/Kconfig" 320a61ee88SVikas Manochasource "arch/arm/mach-stm32/stm32f1/Kconfig" 33e66c49faSVikas Manochasource "arch/arm/mach-stm32/stm32f7/Kconfig" 340a61ee88SVikas Manocha 350a61ee88SVikas Manochaendif 36