All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] serial: Fix incorrect dependency for debug sifive serial driver
@ 2020-07-21 13:58 Sean Anderson
  2020-07-21 14:00 ` Michal Simek
  0 siblings, 1 reply; 3+ messages in thread
From: Sean Anderson @ 2020-07-21 13:58 UTC (permalink / raw)
  To: u-boot

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
-- 
2.27.0

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [PATCH] serial: Fix incorrect dependency for debug sifive serial driver
  2020-07-21 13:58 [PATCH] serial: Fix incorrect dependency for debug sifive serial driver Sean Anderson
@ 2020-07-21 14:00 ` Michal Simek
  2020-07-21 14:02   ` Sean Anderson
  0 siblings, 1 reply; 3+ messages in thread
From: Michal Simek @ 2020-07-21 14:00 UTC (permalink / raw)
  To: u-boot

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH] serial: Fix incorrect dependency for debug sifive serial driver
  2020-07-21 14:00 ` Michal Simek
@ 2020-07-21 14:02   ` Sean Anderson
  0 siblings, 0 replies; 3+ messages in thread
From: Sean Anderson @ 2020-07-21 14:02 UTC (permalink / raw)
  To: u-boot


On 7/21/20 10:00 AM, Michal Simek wrote:
> 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
> 

Ah, thanks. I only found this when I needed to use the debug serial and
I couldn't select anything.

--Sean

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-07-21 14:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-07-21 13:58 [PATCH] serial: Fix incorrect dependency for debug sifive serial driver Sean Anderson
2020-07-21 14:00 ` Michal Simek
2020-07-21 14:02   ` Sean Anderson

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.