10a61ee88SVikas Manochaif STM32 20a61ee88SVikas Manocha 30a61ee88SVikas Manochaconfig STM32F4 40a61ee88SVikas Manocha bool "stm32f4 family" 5aea0af89SPatrice Chotard select CLK 6aea0af89SPatrice Chotard select DM_GPIO 7aea0af89SPatrice Chotard select DM_RESET 8aea0af89SPatrice Chotard select MISC 9aea0af89SPatrice Chotard select PINCTRL 10aea0af89SPatrice Chotard select PINCTRL_STM32 11aea0af89SPatrice Chotard select RAM 12aea0af89SPatrice Chotard select STM32_SDRAM 13aea0af89SPatrice Chotard select STM32_RCC 14aea0af89SPatrice Chotard select STM32_RESET 15aea0af89SPatrice Chotard select STM32_SERIAL 160a61ee88SVikas Manocha 17e66c49faSVikas Manochaconfig STM32F7 18e66c49faSVikas Manocha bool "stm32f7 family" 19aea0af89SPatrice Chotard select CLK 20aea0af89SPatrice Chotard select DM_GPIO 21aea0af89SPatrice Chotard select DM_RESET 22aea0af89SPatrice Chotard select MISC 23aea0af89SPatrice Chotard select PINCTRL 24aea0af89SPatrice Chotard select PINCTRL_STM32 25aea0af89SPatrice Chotard select RAM 26aea0af89SPatrice Chotard select STM32_SDRAM 27aea0af89SPatrice Chotard select STM32_RCC 28aea0af89SPatrice Chotard select STM32_RESET 29aea0af89SPatrice Chotard select STM32_SERIAL 30b9747696SVikas Manocha select SUPPORT_SPL 31b9747696SVikas Manocha select SPL 32*a70c05f1SPatrice Chotard select SPL_BOARD_INIT 33b9747696SVikas Manocha select SPL_CLK 34b9747696SVikas Manocha select SPL_DM 35b9747696SVikas Manocha select SPL_DM_SEQ_ALIAS 36b9747696SVikas Manocha select SPL_DRIVERS_MISC_SUPPORT 37b9747696SVikas Manocha select SPL_GPIO_SUPPORT 38b9747696SVikas Manocha select SPL_LIBCOMMON_SUPPORT 39b9747696SVikas Manocha select SPL_LIBGENERIC_SUPPORT 40b9747696SVikas Manocha select SPL_MTD_SUPPORT 41b9747696SVikas Manocha select SPL_OF_CONTROL 42b9747696SVikas Manocha select SPL_OF_LIBFDT 43b9747696SVikas Manocha select SPL_OF_TRANSLATE 441e87f9ceSVikas Manocha imply SPL_OS_BOOT 45b9747696SVikas Manocha select SPL_PINCTRL 46b9747696SVikas Manocha select SPL_RAM 47b9747696SVikas Manocha select SPL_SERIAL_SUPPORT 48b9747696SVikas Manocha select SPL_SYS_MALLOC_SIMPLE 491a73bd84SVikas Manocha select SPL_XIP_SUPPORT 50e66c49faSVikas Manocha 51246771b1SPatrice Chotardconfig STM32H7 52246771b1SPatrice Chotard bool "stm32h7 family" 53246771b1SPatrice Chotard select CLK 54246771b1SPatrice Chotard select DM_GPIO 55246771b1SPatrice Chotard select DM_RESET 56246771b1SPatrice Chotard select MISC 57246771b1SPatrice Chotard select PINCTRL 58246771b1SPatrice Chotard select PINCTRL_STM32 59246771b1SPatrice Chotard select RAM 60246771b1SPatrice Chotard select REGMAP 61246771b1SPatrice Chotard select STM32_SDRAM 62246771b1SPatrice Chotard select STM32_RCC 63246771b1SPatrice Chotard select STM32_RESET 64ae74de0dSPatrice Chotard select STM32_SERIAL 65246771b1SPatrice Chotard select SYSCON 66246771b1SPatrice Chotard 670a61ee88SVikas Manochasource "arch/arm/mach-stm32/stm32f4/Kconfig" 68e66c49faSVikas Manochasource "arch/arm/mach-stm32/stm32f7/Kconfig" 69246771b1SPatrice Chotardsource "arch/arm/mach-stm32/stm32h7/Kconfig" 700a61ee88SVikas Manocha 710a61ee88SVikas Manochaendif 72