https://github.com/torvalds/linux
Raw File
Tip revision: e478bec0ba0a83a48a0f6982934b6de079e7e6b3 authored by Linus Torvalds on 20 September 2006, 03:42:06 UTC
Linux v2.6.18. Arrr!
Tip revision: e478bec
Kconfig
if ARCH_AAEC2000

menu "Agilent AAEC-2000 Implementations"

config MACH_AAED2000
	bool "Agilent AAED-2000 Development Platform"
	select CPU_ARM920T

endmenu

endif
back to top