~funderscore blog cgit wiki get in touch
aboutsummaryrefslogtreecommitdiff
blob: 6133efe23e8a00113cf4a210a0db837a5461174f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
if TARGET_AT91SAM9261EK

config SYS_BOARD
	default "at91sam9261ek"

config SYS_VENDOR
	default "atmel"

config SYS_CONFIG_NAME
	default "at91sam9261ek"

choice
	prompt "Evaluation board"

config AT91SAM9G10EK
	bool "Atmel AT91SAM9G10 EK"

config AT91SAM9261EK
	bool "Atmel AT91SAM9261 EK"

config AT91SAM9G10
	bool "Atmel AT91SAM9G10 EK"

endchoice

endif