aboutsummaryrefslogtreecommitdiff
path: root/board/st/stm32mp1/Kconfig
blob: 7d0d41bfea05ba4e027fcb8ed950c46da06d0f8d (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
25
26
27
28
if TARGET_ST_STM32MP15x

config SYS_BOARD
	default "stm32mp1"

config SYS_VENDOR
	default "st"

config SYS_CONFIG_NAME
	default "stm32mp15_st_common"

source "board/st/common/Kconfig"
endif

if TARGET_ST_STM32MP13X

config SYS_BOARD
	default "stm32mp1"

config SYS_VENDOR
	default "st"

config SYS_CONFIG_NAME
	default "stm32mp13_st_common"

source "board/st/common/Kconfig"

endif