mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-10-31 20:18:18 +00:00 
			
		
		
		
	The way that we use this file currently means that we have to guard it in every platform Kconfig. But it is also required in all NXP platforms, including non-reference platforms. Make all options in it have appropriate dependencies so that we can include it a single time under arch/Kconfig Signed-off-by: Tom Rini <trini@konsulko.com>
		
			
				
	
	
		
			13 lines
		
	
	
		
			148 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			148 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| if TARGET_P2041RDB
 | |
| 
 | |
| config SYS_BOARD
 | |
| 	default "p2041rdb"
 | |
| 
 | |
| config SYS_VENDOR
 | |
| 	default "freescale"
 | |
| 
 | |
| config SYS_CONFIG_NAME
 | |
| 	default "P2041RDB"
 | |
| 
 | |
| endif
 |