blob: 3e60d96712fca5bbaf9ff4c00db2e25350ad9e10 [file] [log] [blame]
Mihai Sainff1e2e32024-02-27 15:44:02 +02001if TARGET_SAMA7G54_CURIOSITY
2
3config SYS_BOARD
4 default "sama7g54_curiosity"
5
6config SYS_VENDOR
7 default "atmel"
8
9config SYS_SOC
10 default "at91"
11
12config SYS_CONFIG_NAME
13 default "sama7g54_curiosity"
14
15endif