serial: Fix SIFIVE debug serial dependency
authorMichal Simek <michal.simek@xilinx.com>
Fri, 10 Jul 2020 10:41:13 +0000 (12:41 +0200)
committerAndes <uboot@andestech.com>
Fri, 24 Jul 2020 06:56:04 +0000 (14:56 +0800)
commit27b4a4abe60ef4f42e45cb33075ca37369831588
treeb60f654c38b5d80dcc541d2fd66fd00eb10e499d
parenta0cc38ab44b0fa8af65632cbea1b13630195f03d
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 <michal.simek@xilinx.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bin.meng@windriver.com>
Reviewed-by: Leo Liang <ycliang@andestech.com>
Reviewed-by: Sean Anderson <seanga2@gmail.com>
drivers/serial/Kconfig