summaryrefslogtreecommitdiff
path: root/board/scalys/simc-t10xx/Kconfig
blob: 77ebe7655d49e740d45053e1ce8d50d880ee81f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
if TARGET_SIMC_T10XX

config SYS_BOARD
	string
	default "simc-t10xx"

config SYS_VENDOR
	string
	default "scalys"

config SYS_CONFIG_NAME
	string
	default "simc-t10xx"

endif