blob: 64ca237697bbe7fa0e3adad37640a8c3d3dee09f [file] [log] [blame]
Mihai Sain82923a02023-07-24 14:35:10 +03001if TARGET_SAMA5D29_CURIOSITY
2
3config SYS_BOARD
4 default "sama5d29_curiosity"
5
6config SYS_VENDOR
7 default "atmel"
8
9config SYS_SOC
10 default "at91"
11
12config SYS_CONFIG_NAME
13 default "sama5d29_curiosity"
14
15endif