blob: 40db313ba8aa0f4834bb6eedc1741f9539d76113 (
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
27
|
if TARGET_AT91SAM9260EK
config SYS_BOARD
default "at91sam9260ek"
config SYS_VENDOR
default "atmel"
config SYS_CONFIG_NAME
default "at91sam9260ek"
choice
prompt "Evaluation board"
config AT91SAM9G20EK
bool "Atmel AT91SAM9G20 EK"
config AT91SAM9260EK
bool "Atmel AT91SAM9260 EK"
endchoice
config AT91SAM9G20EK_2MMC
bool "Atmel AT91SAM9G20 EK 2MMC variant"
depends on AT91SAM9260EK
endif
|