linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] tty/serial: Kconfig: remove AVR32
@ 2017-06-13 20:35 Alexandre Belloni
  2017-06-14  7:48 ` Richard Genoud
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Alexandre Belloni @ 2017-06-13 20:35 UTC (permalink / raw)
  To: Richard Genoud, Greg Kroah-Hartman
  Cc: Nicolas Ferre, linux-serial, linux-arm-kernel, linux-kernel,
	Alexandre Belloni

AVR32 is now removed from the kernel, removed the config symbol that
doesn't exist anymore. Also take the opportunity to reword the help to
include sama5.

Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
---
 drivers/tty/serial/Kconfig | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/tty/serial/Kconfig b/drivers/tty/serial/Kconfig
index 5c8850f7a2a0..063c71e8de41 100644
--- a/drivers/tty/serial/Kconfig
+++ b/drivers/tty/serial/Kconfig
@@ -114,14 +114,14 @@ config SERIAL_SB1250_DUART_CONSOLE
 	  If unsure, say Y.
 
 config SERIAL_ATMEL
-	bool "AT91 / AT32 on-chip serial port support"
+	bool "Atmel on-chip serial port support"
 	depends on HAS_DMA
-	depends on ARCH_AT91 || AVR32 || COMPILE_TEST
+	depends on ARCH_AT91 || COMPILE_TEST
 	select SERIAL_CORE
 	select SERIAL_MCTRL_GPIO if GPIOLIB
 	help
 	  This enables the driver for the on-chip UARTs of the Atmel
-	  AT91 and AT32 processors.
+	  ARM processors.
 
 config SERIAL_ATMEL_CONSOLE
 	bool "Support for console on AT91 / AT32 serial port"
-- 
2.11.0

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

* Re: [PATCH] tty/serial: Kconfig: remove AVR32
  2017-06-13 20:35 [PATCH] tty/serial: Kconfig: remove AVR32 Alexandre Belloni
@ 2017-06-14  7:48 ` Richard Genoud
  2017-06-14  9:29 ` Nicolas Ferre
  2017-06-14 10:49 ` Greg Kroah-Hartman
  2 siblings, 0 replies; 4+ messages in thread
From: Richard Genoud @ 2017-06-14  7:48 UTC (permalink / raw)
  To: Alexandre Belloni, Greg Kroah-Hartman
  Cc: Nicolas Ferre, linux-serial, linux-arm-kernel, linux-kernel

On 13/06/2017 22:35, Alexandre Belloni wrote:
> AVR32 is now removed from the kernel, removed the config symbol that
> doesn't exist anymore. Also take the opportunity to reword the help to
> include sama5.
> 
> Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>

Acked-by: Richard Genoud <richard.genoud@gmail.com>

100 lines removed with the 4 patches, that's nice !

Thanks !

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

* Re: [PATCH] tty/serial: Kconfig: remove AVR32
  2017-06-13 20:35 [PATCH] tty/serial: Kconfig: remove AVR32 Alexandre Belloni
  2017-06-14  7:48 ` Richard Genoud
@ 2017-06-14  9:29 ` Nicolas Ferre
  2017-06-14 10:49 ` Greg Kroah-Hartman
  2 siblings, 0 replies; 4+ messages in thread
From: Nicolas Ferre @ 2017-06-14  9:29 UTC (permalink / raw)
  To: Alexandre Belloni, Richard Genoud, Greg Kroah-Hartman
  Cc: linux-serial, linux-arm-kernel, linux-kernel

Le 13/06/2017 à 22:35, Alexandre Belloni a écrit :
> AVR32 is now removed from the kernel, removed the config symbol that
> doesn't exist anymore. Also take the opportunity to reword the help to
> include sama5.
> 
> Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
> ---
>  drivers/tty/serial/Kconfig | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/drivers/tty/serial/Kconfig b/drivers/tty/serial/Kconfig
> index 5c8850f7a2a0..063c71e8de41 100644
> --- a/drivers/tty/serial/Kconfig
> +++ b/drivers/tty/serial/Kconfig
> @@ -114,14 +114,14 @@ config SERIAL_SB1250_DUART_CONSOLE
>  	  If unsure, say Y.
>  
>  config SERIAL_ATMEL
> -	bool "AT91 / AT32 on-chip serial port support"
> +	bool "Atmel on-chip serial port support"

Now, I would add something like "Microchip/Atmel", it's more future-proof.

>  	depends on HAS_DMA
> -	depends on ARCH_AT91 || AVR32 || COMPILE_TEST
> +	depends on ARCH_AT91 || COMPILE_TEST
>  	select SERIAL_CORE
>  	select SERIAL_MCTRL_GPIO if GPIOLIB
>  	help
>  	  This enables the driver for the on-chip UARTs of the Atmel

Here as well...

> -	  AT91 and AT32 processors.
> +	  ARM processors.
>  
>  config SERIAL_ATMEL_CONSOLE
>  	bool "Support for console on AT91 / AT32 serial port"

What about removing AT32 here as well ^ ?

> 


-- 
Nicolas Ferre

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

* Re: [PATCH] tty/serial: Kconfig: remove AVR32
  2017-06-13 20:35 [PATCH] tty/serial: Kconfig: remove AVR32 Alexandre Belloni
  2017-06-14  7:48 ` Richard Genoud
  2017-06-14  9:29 ` Nicolas Ferre
@ 2017-06-14 10:49 ` Greg Kroah-Hartman
  2 siblings, 0 replies; 4+ messages in thread
From: Greg Kroah-Hartman @ 2017-06-14 10:49 UTC (permalink / raw)
  To: Alexandre Belloni
  Cc: Richard Genoud, Nicolas Ferre, linux-serial, linux-arm-kernel,
	linux-kernel

On Tue, Jun 13, 2017 at 10:35:09PM +0200, Alexandre Belloni wrote:
> AVR32 is now removed from the kernel, removed the config symbol that
> doesn't exist anymore. Also take the opportunity to reword the help to
> include sama5.
> 
> Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
> ---
>  drivers/tty/serial/Kconfig | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)

Does not apply to tty-next at all :(

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

end of thread, other threads:[~2017-06-14 10:49 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-13 20:35 [PATCH] tty/serial: Kconfig: remove AVR32 Alexandre Belloni
2017-06-14  7:48 ` Richard Genoud
2017-06-14  9:29 ` Nicolas Ferre
2017-06-14 10:49 ` Greg Kroah-Hartman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).