summaryrefslogtreecommitdiff
path: root/board/armltd/total_compute/Kconfig
blob: 62e6e6f4ac3edf763ad57f557cb0003eca434f35 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
if TARGET_TOTAL_COMPUTE

config SYS_BOARD
	default "total_compute"

config SYS_VENDOR
	default "armltd"

config SYS_CONFIG_NAME
	default "total_compute"

endif