
15 Jul
2020
15 Jul
'20
3:05 a.m.
On Fri, 10 Jul 2020 at 04:41, Michal Simek michal.simek@xilinx.com wrote:
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
Changes in v2:
- Add fixes tag - asked by Simon
drivers/serial/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Simon Glass sjg@chromium.org