blob: 38fb3712a989fb172da1e57cc80ec1fae9b43ec9 (
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
|
comment "Atmel AVR32 Specific Device Support"
depends BR2_avr32
config BR2_TARGET_AVR32
bool "Board support for the Atmel AP7000 range of microprocessors"
depends BR2_avr32
default n
help
Atmel AT32AP7XXX AVR32 based systems
choice
prompt "AVR32 device"
depends BR2_TARGET_AVR32
default BR2_TARGET_AT32AP7000
help
Select the specific AVR32 chip you wish to use.
config BR2_TARGET_AT32AP7000
bool "Board support for the Atmel AT32AP7000 Microprocessor"
depends BR2_TARGET_AVR32
help
Atmel AT32AP7000 AVR32 based systems
config BR2_TARGET_AT32AP7001
bool "Board support for the Atmel AT32AP7001 Microprocessor"
depends BR2_TARGET_AVR32
help
Atmel AT32AP7001 AVR32 based systems
config BR2_TARGET_AT32AP7002
bool "Board support for the Atmel AT32AP7002 Microprocessor"
depends BR2_TARGET_AVR32
help
Atmel AT32AP7002 AVR32 based systems
config BR2_TARGET_AT32AP7200
bool "Board support for the Atmel AT32AP7200 Microprocessor"
depends BR2_TARGET_AVR32
help
Atmel AT32AP7200 AVR32 based systems
config BR2_TARGET_AT32AP7010
bool "Board support for the Atmel AT32AP7010 Microprocessor"
depends BR2_TARGET_AVR32
help
Atmel AT32AP7010 AVR32 based systems
config BR2_TARGET_AT32AP7020
bool "Board support for the Atmel AT32AP7020 Microprocessor"
depends BR2_TARGET_AVR32
help
Atmel AT32AP7020 AVR32 based systems
endchoice
comment "Development Board support"
depends BR2_TARGET_AVR32
choice
prompt "Development Board support"
depends BR2_TARGET_AVR32
default BR2_TARGET_STK1000
help
Select the specific AVR32 development board you wish to use.
config BR2_TARGET_STK1002
bool "Atmel STK1000/2 AVR32 Development Board Support"
depends BR2_TARGET_AT32AP7000
select BR2_PACKAGE_LINUX
help
The Atmel STK1000 AVR32 Development Board
config BR2_TARGET_AVR32_GATEWAY
bool "Atmel AVR32 Network Gateway Board Support"
depends BR2_TARGET_AT32AP7000
select BR2_PACKAGE_LINUX
help
The Atmel AVR32 Network Gateway Board
config BR2_TARGET_AVR32_COM
bool "Atmel AVR32 Computer On Module Support"
depends BR2_TARGET_AT32AP7200
select BR2_PACKAGE_LINUX
help
The Atmel AVR32 Computer On Module (Not Yet Implemented)
endchoice
|