aboutsummaryrefslogtreecommitdiff
path: root/board/st/stm32mp1/Kconfig
blob: 9f985e57752c7e39ec9bb7bcdfbe3d458768423f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
if TARGET_STM32MP1

config SYS_BOARD
	default "stm32mp1"

config SYS_VENDOR
	default "st"

config SYS_CONFIG_NAME
	default "stm32mp1"

config ENV_SECT_SIZE
	default 0x40000 if ENV_IS_IN_SPI_FLASH

config ENV_OFFSET
	default 0x280000 if ENV_IS_IN_SPI_FLASH

config TARGET_STM32MP157C_DK2
	bool "support of STMicroelectronics STM32MP157C-DK2 Discovery Board"
	default y

source "board/st/common/Kconfig"

endif