]> git.baikalelectronics.ru Git - uboot.git/commit
drivers: serial: DEBUG_UART_SKIP_INIT depends on DEBUG_UART
authorSimon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
Wed, 9 Jan 2019 19:27:09 +0000 (20:27 +0100)
committerTom Rini <trini@konsulko.com>
Tue, 15 Jan 2019 20:28:52 +0000 (15:28 -0500)
commit9f4475ea663464eb43c70c645387c84b6da5b858
tree33d8949c9d651e52663f83d2cdf8c99be977e300
parent74bda93b2472498bb55c505010afd6dbbc00f02a
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>
drivers/serial/Kconfig