blob: ae84e0f32c9a4794c6b4d1d4a174361314029708 [file] [log] [blame]
Durai Manickam KR2e7bc612022-04-04 11:23:18 +05301if TARGET_SAM9X60_CURIOSITY
2
3config SYS_BOARD
4 default "sam9x60_curiosity"
5
6config SYS_VENDOR
7 default "atmel"
8
9config SYS_SOC
10 default "at91"
11
12config SYS_CONFIG_NAME
13 default "sam9x60_curiosity"
14
15endif