mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-11-04 14:00:19 +00:00 
			
		
		
		
	ARM: rmobile: Factor out SYS_SOC Kconfig option
Pull the SYS_SOC Kconfig option to avoid duplication of this option
in Kconfig.{32,64,rza1} . The default value is the same, so just set
it in one location.
Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
			
			
This commit is contained in:
		
							parent
							
								
									6f152a713c
								
							
						
					
					
						commit
						dec699bea7
					
				@ -41,6 +41,9 @@ config RZA1
 | 
			
		||||
 | 
			
		||||
endchoice
 | 
			
		||||
 | 
			
		||||
config SYS_SOC
 | 
			
		||||
	default "rmobile" if ARCH_RMOBILE
 | 
			
		||||
 | 
			
		||||
source "arch/arm/mach-rmobile/Kconfig.32"
 | 
			
		||||
source "arch/arm/mach-rmobile/Kconfig.64"
 | 
			
		||||
source "arch/arm/mach-rmobile/Kconfig.rza1"
 | 
			
		||||
 | 
			
		||||
@ -125,9 +125,6 @@ endchoice
 | 
			
		||||
config TMU_TIMER
 | 
			
		||||
	bool
 | 
			
		||||
 | 
			
		||||
config SYS_SOC
 | 
			
		||||
	default "rmobile"
 | 
			
		||||
 | 
			
		||||
config RMOBILE_EXTRAM_BOOT
 | 
			
		||||
	bool "Enable boot from RAM"
 | 
			
		||||
	depends on TARGET_ALT || TARGET_BLANCHE || TARGET_KOELSCH || TARGET_LAGER || TARGET_PORTER || TARGET_SILK || TARGET_STOUT
 | 
			
		||||
 | 
			
		||||
@ -172,9 +172,6 @@ config TARGET_ULCB
 | 
			
		||||
 | 
			
		||||
endchoice
 | 
			
		||||
 | 
			
		||||
config SYS_SOC
 | 
			
		||||
	default "rmobile"
 | 
			
		||||
 | 
			
		||||
source "board/renesas/condor/Kconfig"
 | 
			
		||||
source "board/renesas/draak/Kconfig"
 | 
			
		||||
source "board/renesas/eagle/Kconfig"
 | 
			
		||||
 | 
			
		||||
@ -19,9 +19,6 @@ config TARGET_GRPEACH
 | 
			
		||||
 | 
			
		||||
endchoice
 | 
			
		||||
 | 
			
		||||
config SYS_SOC
 | 
			
		||||
	default "rmobile"
 | 
			
		||||
 | 
			
		||||
# Renesas Supported Boards
 | 
			
		||||
source "board/renesas/grpeach/Kconfig"
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user