All of lore.kernel.org
 help / color / mirror / Atom feed
From: Michal Simek <michal.simek@xilinx.com>
To: u-boot@lists.denx.de
Subject: [PATCH] serial: Fix incorrect dependency for debug sifive serial driver
Date: Tue, 21 Jul 2020 16:00:39 +0200	[thread overview]
Message-ID: <d7dd8db8-028d-b7ea-29b8-e57f34487f9a@xilinx.com> (raw)
In-Reply-To: <20200721135848.500786-1-seanga2@gmail.com>

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 <seanga2@gmail.com>
> CC: Michal Simek <michal.simek@xilinx.com>
> ---
> 
>  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

  reply	other threads:[~2020-07-21 14:00 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-21 13:58 [PATCH] serial: Fix incorrect dependency for debug sifive serial driver Sean Anderson
2020-07-21 14:00 ` Michal Simek [this message]
2020-07-21 14:02   ` Sean Anderson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=d7dd8db8-028d-b7ea-29b8-e57f34487f9a@xilinx.com \
    --to=michal.simek@xilinx.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.