Patch from Bellido Nicolas Core support for AAEC-2000 based platforms. This is an updated version of the previous patch, and takes into account Russell's comments. AAED-2000 default configuration will follow as soon as some problems with the bootloader are sorted out... Signed-off-by: Nicolas Bellido Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
		
			
				
	
	
		
			11 lines
		
	
	
	
		
			164 B
			
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
	
		
			164 B
			
		
	
	
	
		
			Text
		
	
	
	
	
	
if ARCH_AAEC2000
 | 
						|
 | 
						|
menu "Agilent AAEC-2000 Implementations"
 | 
						|
 | 
						|
config MACH_AAED2000
 | 
						|
	bool "Agilent AAED-2000 Development Platform"
 | 
						|
	select CPU_ARM920T
 | 
						|
 | 
						|
endmenu
 | 
						|
 | 
						|
endif
 |