drivers: serial: DEBUG_UART_SKIP_INIT depends on DEBUG_UART
DEBUG_UART_SKIP_INIT is used only by debug UART and thus should depend on DEBUG_UART. Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
		
							parent
							
								
									bb5835bc01
								
							
						
					
					
						commit
						7828e3cf70
					
				|  | @ -442,6 +442,7 @@ config DEBUG_UART_ANNOUNCE | |||
| 
 | ||||
| config DEBUG_UART_SKIP_INIT | ||||
| 	bool "Skip UART initialization" | ||||
| 	depends on DEBUG_UART | ||||
| 	help | ||||
| 	  Select this if the UART you want to use for debug output is already | ||||
| 	  initialized by the time U-Boot starts its execution. | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue