10a61ee88SVikas Manochaif STM32 20a61ee88SVikas Manocha 30a61ee88SVikas Manochaconfig STM32F4 40a61ee88SVikas Manocha bool "stm32f4 family" 50a61ee88SVikas Manocha 6e66c49faSVikas Manochaconfig STM32F7 7e66c49faSVikas Manocha bool "stm32f7 family" 8b9747696SVikas Manocha select SUPPORT_SPL 9b9747696SVikas Manocha select SPL 10b9747696SVikas Manocha select SPL_CLK 11b9747696SVikas Manocha select SPL_DM 12b9747696SVikas Manocha select SPL_DM_SEQ_ALIAS 13b9747696SVikas Manocha select SPL_DRIVERS_MISC_SUPPORT 14b9747696SVikas Manocha select SPL_GPIO_SUPPORT 15b9747696SVikas Manocha select SPL_LIBCOMMON_SUPPORT 16b9747696SVikas Manocha select SPL_LIBGENERIC_SUPPORT 17b9747696SVikas Manocha select SPL_MTD_SUPPORT 18b9747696SVikas Manocha select SPL_OF_CONTROL 19b9747696SVikas Manocha select SPL_OF_LIBFDT 20b9747696SVikas Manocha select SPL_OF_TRANSLATE 21*1e87f9ceSVikas Manocha imply SPL_OS_BOOT 22b9747696SVikas Manocha select SPL_PINCTRL 23b9747696SVikas Manocha select SPL_RAM 24b9747696SVikas Manocha select SPL_SERIAL_SUPPORT 25b9747696SVikas Manocha select SPL_SYS_MALLOC_SIMPLE 261a73bd84SVikas Manocha select SPL_XIP_SUPPORT 27e66c49faSVikas Manocha 280a61ee88SVikas Manochasource "arch/arm/mach-stm32/stm32f4/Kconfig" 29e66c49faSVikas Manochasource "arch/arm/mach-stm32/stm32f7/Kconfig" 300a61ee88SVikas Manocha 310a61ee88SVikas Manochaendif 32