The cpu-cluster device is only needed for some few arm and riscv machines. Let's avoid compiling and linking it if it is not really necessary. Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Thomas Huth <thuth@redhat.com> Message-ID: <20240415065655.130099-3-thuth@redhat.com> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
		
			
				
	
	
		
			18 lines
		
	
	
		
			256 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			256 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
config A9MPCORE
 | 
						|
    bool
 | 
						|
    select A9_GTIMER
 | 
						|
    select A9SCU       # snoop control unit
 | 
						|
    select ARM_GIC
 | 
						|
    select ARM_MPTIMER
 | 
						|
 | 
						|
config A15MPCORE
 | 
						|
    bool
 | 
						|
    select ARM_GIC
 | 
						|
 | 
						|
config ARM11MPCORE
 | 
						|
    bool
 | 
						|
    select ARM11SCU
 | 
						|
 | 
						|
config CPU_CLUSTER
 | 
						|
    bool
 |