Kconfig docs say: > The default value deliberately defaults to 'n' in order to avoid > bloating the build. Apply this rule everywhere, to avoid more cloning of bad examples Signed-off-by: Tony Butler <spudz76@gmail.com>
		
			
				
	
	
		
			9 lines
		
	
	
		
			190 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			190 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
config AT91_DFBOOT
 | 
						|
	bool "Build dataflashboot loader"
 | 
						|
	depends on TARGET_at91
 | 
						|
 | 
						|
config FLEXIBITY_ROOT
 | 
						|
	bool "Build Flexibity RootFS (with embedded kernel)"
 | 
						|
	depends on TARGET_at91_flexibity
 | 
						|
 |