From: Michal Simek Date: Fri, 10 Jul 2020 10:41:13 +0000 (+0200) Subject: serial: Fix SIFIVE debug serial dependency X-Git-Tag: v2020.10~102^2~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=27b4a4abe60ef4f42e45cb33075ca37369831588;p=platform%2Fkernel%2Fu-boot.git serial: Fix SIFIVE debug serial dependency The commit 4cc24aeaf420 ("serial: Add missing Kconfig dependencies for debug consoles") has added incorrect dependency for SIFIVE debug uart which should depend on SIFIVE driver instead of PL01x. Fixes: 4cc24aeaf420 ("serial: Add missing Kconfig dependencies for debug consoles") Signed-off-by: Michal Simek Reviewed-by: Simon Glass Reviewed-by: Bin Meng Reviewed-by: Leo Liang Reviewed-by: Sean Anderson --- diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig index 14df2e9..e146ffc 100644 --- a/drivers/serial/Kconfig +++ b/drivers/serial/Kconfig @@ -359,7 +359,7 @@ config DEBUG_UART_SANDBOX config DEBUG_UART_SIFIVE bool "SiFive UART" - depends on PL01X_SERIAL + depends on SIFIVE_SERIAL help Select this to enable a debug UART using the serial_sifive driver. You will need to provide parameters to make this work. The driver will