 9c4566a117
			
		
	
	
	9c4566a117
	
	
	
		
			
			Enable SMP for the SOCFPGA platform. Signed-off-by: Pavel Machek <pavel@denx.de> Signed-off-by: Dinh Nguyen <dinguyen@altera.com> Reviewed-by: Rob Herring <rob.herring@calxeda.com> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
		
			
				
	
	
		
			17 lines
		
	
	
	
		
			385 B
			
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
	
		
			385 B
			
		
	
	
	
		
			Text
		
	
	
	
	
	
| config ARCH_SOCFPGA
 | |
| 	bool "Altera SOCFPGA family" if ARCH_MULTI_V7
 | |
| 	select ARCH_WANT_OPTIONAL_GPIOLIB
 | |
| 	select ARM_AMBA
 | |
| 	select ARM_GIC
 | |
| 	select CACHE_L2X0
 | |
| 	select CLKDEV_LOOKUP
 | |
| 	select COMMON_CLK
 | |
| 	select CPU_V7
 | |
| 	select DW_APB_TIMER
 | |
| 	select DW_APB_TIMER_OF
 | |
| 	select GENERIC_CLOCKEVENTS
 | |
| 	select GPIO_PL061 if GPIOLIB
 | |
| 	select HAVE_ARM_SCU
 | |
| 	select HAVE_SMP
 | |
| 	select SPARSE_IRQ
 | |
| 	select USE_OF
 |