Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752031AbdFNJaw (ORCPT ); Wed, 14 Jun 2017 05:30:52 -0400 Received: from esa1.microchip.iphmx.com ([68.232.147.91]:35795 "EHLO esa1.microchip.iphmx.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750756AbdFNJ3R (ORCPT ); Wed, 14 Jun 2017 05:29:17 -0400 X-IronPort-AV: E=Sophos;i="5.39,340,1493708400"; d="scan'208";a="3968970" Subject: Re: [PATCH] tty/serial: Kconfig: remove AVR32 To: Alexandre Belloni , Richard Genoud , Greg Kroah-Hartman CC: , , References: <20170613203509.32026-1-alexandre.belloni@free-electrons.com> From: Nicolas Ferre Organization: microchip Message-ID: <7700c2bd-9a54-af44-28a1-693b704bec91@microchip.com> Date: Wed, 14 Jun 2017 11:29:42 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.1.1 MIME-Version: 1.0 In-Reply-To: <20170613203509.32026-1-alexandre.belloni@free-electrons.com> Content-Type: text/plain; charset="utf-8" Content-Language: en-US Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1341 Lines: 46 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 > --- > 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