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

config SYS_BOARD
	default "stm32h750-art-pi"

config SYS_VENDOR
	default "st"

config SYS_SOC
	default "stm32h7"

config SYS_CONFIG_NAME
	default "stm32h750-art-pi"

endif