Kconfig: Move SUPPORT_RAW_INITRD under boot options
This relates to booting, so move it under the 'boot images' menu. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
		
							parent
							
								
									fe5db255f4
								
							
						
					
					
						commit
						aefa34f55e
					
				| 
						 | 
					@ -433,14 +433,6 @@ endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
endmenu
 | 
					endmenu
 | 
				
			||||||
 | 
					
 | 
				
			||||||
config SUPPORT_RAW_INITRD
 | 
					 | 
				
			||||||
	bool "Enable raw initrd images"
 | 
					 | 
				
			||||||
	help
 | 
					 | 
				
			||||||
	  Note, defining the SUPPORT_RAW_INITRD allows user to supply
 | 
					 | 
				
			||||||
	  kernel with raw initrd images. The syntax is slightly different, the
 | 
					 | 
				
			||||||
	  address of the initrd must be augmented by it's size, in the following
 | 
					 | 
				
			||||||
	  format: "<initrd address>:<initrd size>".
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
config DEFAULT_FDT_FILE
 | 
					config DEFAULT_FDT_FILE
 | 
				
			||||||
	string "Default fdt file"
 | 
						string "Default fdt file"
 | 
				
			||||||
	help
 | 
						help
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -263,6 +263,14 @@ config LEGACY_IMAGE_FORMAT
 | 
				
			||||||
	  loaded. If a board needs the legacy image format support in this
 | 
						  loaded. If a board needs the legacy image format support in this
 | 
				
			||||||
	  case, enable it here.
 | 
						  case, enable it here.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					config SUPPORT_RAW_INITRD
 | 
				
			||||||
 | 
						bool "Enable raw initrd images"
 | 
				
			||||||
 | 
						help
 | 
				
			||||||
 | 
						  Note, defining the SUPPORT_RAW_INITRD allows user to supply
 | 
				
			||||||
 | 
						  kernel with raw initrd images. The syntax is slightly different, the
 | 
				
			||||||
 | 
						  address of the initrd must be augmented by it's size, in the following
 | 
				
			||||||
 | 
						  format: "<initrd address>:<initrd size>".
 | 
				
			||||||
 | 
					
 | 
				
			||||||
config OF_BOARD_SETUP
 | 
					config OF_BOARD_SETUP
 | 
				
			||||||
	bool "Set up board-specific details in device tree before boot"
 | 
						bool "Set up board-specific details in device tree before boot"
 | 
				
			||||||
	depends on OF_LIBFDT
 | 
						depends on OF_LIBFDT
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue