~funderscore blog cgit wiki get in touch
aboutsummaryrefslogtreecommitdiff
blob: ae84e0f32c9a4794c6b4d1d4a174361314029708 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
if TARGET_SAM9X60_CURIOSITY

config SYS_BOARD
	default "sam9x60_curiosity"

config SYS_VENDOR
	default "atmel"

config SYS_SOC
        default "at91"

config SYS_CONFIG_NAME
	default "sam9x60_curiosity"

endif