drivers: serial: DEBUG_UART_SKIP_INIT depends on DEBUG_UART
authorSimon Goldschmidt <[email protected]>
Wed, 9 Jan 2019 19:27:09 +0000 (20:27 +0100)
committerTom Rini <[email protected]>
Tue, 15 Jan 2019 20:28:52 +0000 (15:28 -0500)
commit7828e3cf70513d7bd3a2bcefd52802633c78affd
tree33d8949c9d651e52663f83d2cdf8c99be977e300
parentbb5835bc018dc8d7cc4d7abf0ef0521be5093985
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 <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
drivers/serial/Kconfig