From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michal Simek Date: Tue, 21 Jul 2020 16:00:39 +0200 Subject: [PATCH] serial: Fix incorrect dependency for debug sifive serial driver In-Reply-To: <20200721135848.500786-1-seanga2@gmail.com> References: <20200721135848.500786-1-seanga2@gmail.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 Hi Sean, On 21. 07. 20 15:58, Sean Anderson wrote: > The debug sifive serial driver depends on the wrong serial driver, making > it unselectable. > > Fixes: 4cc24aeaf42 ("serial: Add missing Kconfig dependencies for debug > consoles") > > Signed-off-by: Sean Anderson > CC: Michal Simek > --- > > drivers/serial/Kconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig > index 14df2e9247..e146ffc5f8 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 > I have already sent a fix for it. https://lists.denx.de/pipermail/u-boot/2020-July/419649.html Please ack. Thanks, Michal