aboutsummaryrefslogtreecommitdiff
path: root/board/conclusive/kstr-sama5d27/Kconfig
blob: 572551cfda98a0cced1143eb289040ca968ff6a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
if TARGET_KSTR_SAMA5D27

config SYS_BOARD
	default "kstr-sama5d27"

config SYS_VENDOR
	default "conclusive"

config SYS_SOC
	default "at91"

config SYS_CONFIG_NAME
	default "kstr-sama5d27"

endif