2020-05-06 12:02:42 +00:00
|
|
|
if ARCH_STM32
|
2016-01-16 01:49:06 +00:00
|
|
|
|
|
|
|
config STM32F4
|
|
|
|
bool "stm32f4 family"
|
2018-01-12 08:23:50 +00: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 13:55:15 +00:00
|
|
|
select STM32_SDRAM
|
2018-01-12 08:23:50 +00:00
|
|
|
select STM32_SERIAL
|
2018-02-07 09:44:50 +00:00
|
|
|
select STM32_TIMER
|
|
|
|
select TIMER
|
2016-01-16 01:49:06 +00:00
|
|
|
|
2016-02-11 23:47:20 +00:00
|
|
|
config STM32F7
|
|
|
|
bool "stm32f7 family"
|
2018-01-12 08:23:50 +00:00
|
|
|
select CLK
|
|
|
|
select DM_GPIO
|
|
|
|
select DM_RESET
|
|
|
|
select MISC
|
|
|
|
select PINCTRL
|
|
|
|
select PINCTRL_STM32
|
|
|
|
select RAM
|
2017-05-28 19:55:10 +00:00
|
|
|
select SPL
|
2018-01-29 12:44:20 +00:00
|
|
|
select SPL_BOARD_INIT
|
2017-05-28 19:55:10 +00:00
|
|
|
select SPL_CLK
|
|
|
|
select SPL_DM
|
2018-07-11 09:56:57 +00:00
|
|
|
select SPL_DM_RESET
|
2017-05-28 19:55:10 +00:00
|
|
|
select SPL_DM_SEQ_ALIAS
|
|
|
|
select SPL_DRIVERS_MISC_SUPPORT
|
|
|
|
select SPL_GPIO_SUPPORT
|
|
|
|
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
|
|
|
|
select SPL_SERIAL_SUPPORT
|
|
|
|
select SPL_SYS_MALLOC_SIMPLE
|
2018-02-07 09:44:50 +00:00
|
|
|
select SPL_TIMER
|
2017-05-28 19:55:14 +00:00
|
|
|
select SPL_XIP_SUPPORT
|
2018-07-23 13:55:15 +00: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 23:47:20 +00:00
|
|
|
|
2017-09-13 16:00:12 +00: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 13:55:15 +00:00
|
|
|
select STM32_SDRAM
|
2018-01-12 08:23:49 +00:00
|
|
|
select STM32_SERIAL
|
2018-02-07 09:44:50 +00:00
|
|
|
select STM32_TIMER
|
2017-09-13 16:00:12 +00:00
|
|
|
select SYSCON
|
2018-02-07 09:44:50 +00:00
|
|
|
select TIMER
|
2017-09-13 16:00:12 +00:00
|
|
|
|
2016-01-16 01:49:06 +00:00
|
|
|
source "arch/arm/mach-stm32/stm32f4/Kconfig"
|
2016-02-11 23:47:20 +00:00
|
|
|
source "arch/arm/mach-stm32/stm32f7/Kconfig"
|
2017-09-13 16:00:12 +00:00
|
|
|
source "arch/arm/mach-stm32/stm32h7/Kconfig"
|
2016-01-16 01:49:06 +00:00
|
|
|
|
|
|
|
endif
|