blob: a89db8d8a828e494bb656ad9ee0bb2ccbe5743dd [file] [log] [blame]
Eugen Hristev1d463d62020-03-10 11:56:38 +02001if TARGET_SAMA7G5EK
2
3config SYS_BOARD
4 default "sama7g5ek"
5
6config SYS_VENDOR
7 default "atmel"
8
9config SYS_SOC
10 default "at91"
11
12config SYS_CONFIG_NAME
13 default "sama7g5ek"
14
15endif