summaryrefslogtreecommitdiff
path: root/board/st/stm32h747-disco/Kconfig
blob: a7b2c09a327fd3888dcf953688ed21913515e93c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
if TARGET_STM32H747_DISCO

config SYS_BOARD
	default "stm32h747-disco"

config SYS_VENDOR
	default "st"

config SYS_SOC
	default "stm32h7"

config SYS_CONFIG_NAME
	default "stm32h747-disco"

endif