summaryrefslogtreecommitdiff
path: root/board/st/stm32h750-art-pi/Kconfig
blob: ab2d0f227d721675f94ab1b5598a092a0a095ea4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
if TARGET_STM32H750_ART_PI

config SYS_BOARD
	string
	default "stm32h750-art-pi"

config SYS_VENDOR
	string
	default "st"

config SYS_SOC
	string
	default "stm32h7"

config SYS_CONFIG_NAME
	default "stm32h750-art-pi"

endif