You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
164 B
12 lines
164 B
20 years ago
|
if ARCH_AAEC2000
|
||
|
|
||
|
menu "Agilent AAEC-2000 Implementations"
|
||
|
|
||
|
config MACH_AAED2000
|
||
|
bool "Agilent AAED-2000 Development Platform"
|
||
|
select CPU_ARM920T
|
||
|
|
||
|
endmenu
|
||
|
|
||
|
endif
|