mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-11 16:29:05 +00:00
12 lines
164 B
Plaintext
12 lines
164 B
Plaintext
|
if ARCH_AAEC2000
|
||
|
|
||
|
menu "Agilent AAEC-2000 Implementations"
|
||
|
|
||
|
config MACH_AAED2000
|
||
|
bool "Agilent AAED-2000 Development Platform"
|
||
|
select CPU_ARM920T
|
||
|
|
||
|
endmenu
|
||
|
|
||
|
endif
|