From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bin Meng Date: Tue, 21 Jul 2020 08:54:40 +0800 Subject: [PATCH v2] serial: Fix SIFIVE debug serial dependency In-Reply-To: <1429a64e92548c4ce748ea21556e2edf3c4c7bd0.1594377671.git.michal.simek@xilinx.com> References: <1429a64e92548c4ce748ea21556e2edf3c4c7bd0.1594377671.git.michal.simek@xilinx.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Fri, Jul 10, 2020 at 6:41 PM Michal Simek 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 > --- > > Changes in v2: > - Add fixes tag - asked by Simon > > drivers/serial/Kconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Reviewed-by: Bin Meng