2020-05-06 08:02:42 -04:00
|
|
|
if ARCH_STM32
|
2016-01-15 17:49:06 -08:00
|
|
|
|
|
|
|
config STM32F4
|
|
|
|
bool "stm32f4 family"
|
2018-01-12 09:23:50 +01:00
|
|
|
select CLK
|
|
|
|
select DM_GPIO
|
|
|
|
select DM_RESET
|
|
|
|
select MISC
|
|
|
|
select PINCTRL
|
|
|
|
select PINCTRL_STM32
|
|
|
|
select RAM
|
|
|
|
select STM32_RCC
|
|
|
|
select STM32_RESET
|
2018-07-23 15:55:15 +02:00
|
|
|
select STM32_SDRAM
|
2018-01-12 09:23:50 +01:00
|
|
|
select STM32_SERIAL
|
2018-02-07 10:44:50 +01:00
|
|
|
select STM32_TIMER
|
|
|
|
select TIMER
|
2016-01-15 17:49:06 -08:00
|
|
|
|
2016-02-11 15:47:20 -08:00
|
|
|
config STM32F7
|
|
|
|
bool "stm32f7 family"
|
2018-01-12 09:23:50 +01:00
|
|
|
select CLK
|
|
|
|
select DM_GPIO
|
|
|
|
select DM_RESET
|
|
|
|
select MISC
|
|
|
|
select PINCTRL
|
|
|
|
select PINCTRL_STM32
|
|
|
|
select RAM
|
2017-05-28 12:55:10 -07:00
|
|
|
select SPL
|
2018-01-29 13:44:20 +01:00
|
|
|
select SPL_BOARD_INIT
|
2017-05-28 12:55:10 -07:00
|
|
|
select SPL_CLK
|
|
|
|
select SPL_DM
|
2018-07-11 17:56:57 +08:00
|
|
|
select SPL_DM_RESET
|
2017-05-28 12:55:10 -07:00
|
|
|
select SPL_DM_SEQ_ALIAS
|
2021-07-10 21:14:31 -06:00
|
|
|
select SPL_DRIVERS_MISC
|
2021-07-10 21:14:30 -06:00
|
|
|
select SPL_GPIO
|
2017-05-28 12:55:10 -07:00
|
|
|
select SPL_LIBCOMMON_SUPPORT
|
|
|
|
select SPL_LIBGENERIC_SUPPORT
|
|
|
|
select SPL_MTD_SUPPORT
|
|
|
|
select SPL_OF_CONTROL
|
|
|
|
select SPL_OF_LIBFDT
|
|
|
|
select SPL_OF_TRANSLATE
|
|
|
|
select SPL_PINCTRL
|
|
|
|
select SPL_RAM
|
2021-08-08 12:20:12 -06:00
|
|
|
select SPL_SERIAL
|
2017-05-28 12:55:10 -07:00
|
|
|
select SPL_SYS_MALLOC_SIMPLE
|
2018-02-07 10:44:50 +01:00
|
|
|
select SPL_TIMER
|
2017-05-28 12:55:14 -07:00
|
|
|
select SPL_XIP_SUPPORT
|
2018-07-23 15:55:15 +02:00
|
|
|
select STM32_RCC
|
|
|
|
select STM32_RESET
|
|
|
|
select STM32_SDRAM
|
|
|
|
select STM32_SERIAL
|
|
|
|
select STM32_TIMER
|
|
|
|
select SUPPORT_SPL
|
|
|
|
select TIMER
|
|
|
|
imply SPL_OS_BOOT
|
2016-02-11 15:47:20 -08:00
|
|
|
|
2017-09-13 18:00:12 +02:00
|
|
|
config STM32H7
|
|
|
|
bool "stm32h7 family"
|
|
|
|
select CLK
|
|
|
|
select DM_GPIO
|
|
|
|
select DM_RESET
|
|
|
|
select MISC
|
|
|
|
select PINCTRL
|
|
|
|
select PINCTRL_STM32
|
|
|
|
select RAM
|
|
|
|
select REGMAP
|
|
|
|
select STM32_RCC
|
|
|
|
select STM32_RESET
|
2018-07-23 15:55:15 +02:00
|
|
|
select STM32_SDRAM
|
2018-01-12 09:23:49 +01:00
|
|
|
select STM32_SERIAL
|
2018-02-07 10:44:50 +01:00
|
|
|
select STM32_TIMER
|
2017-09-13 18:00:12 +02:00
|
|
|
select SYSCON
|
2018-02-07 10:44:50 +01:00
|
|
|
select TIMER
|
2017-09-13 18:00:12 +02:00
|
|
|
|
2016-01-15 17:49:06 -08:00
|
|
|
source "arch/arm/mach-stm32/stm32f4/Kconfig"
|
2016-02-11 15:47:20 -08:00
|
|
|
source "arch/arm/mach-stm32/stm32f7/Kconfig"
|
2017-09-13 18:00:12 +02:00
|
|
|
source "arch/arm/mach-stm32/stm32h7/Kconfig"
|
2016-01-15 17:49:06 -08:00
|
|
|
|
|
|
|
endif
|