Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1665162
| From | Alexandre Belloni <alexandre.belloni@free-electrons.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH] tty/serial: Kconfig: remove AVR32 |
| Date | 2017-06-13 22:40 +0200 |
| Message-ID | <tS0Lw-4an-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH] tty/serial: Kconfig: remove AVR32 Alexandre Belloni <alexandre.belloni@free-electrons.com> - 2017-06-13 22:40 +0200 Re: [PATCH] tty/serial: Kconfig: remove AVR32 Richard Genoud <richard.genoud@gmail.com> - 2017-06-14 09:50 +0200 Re: [PATCH] tty/serial: Kconfig: remove AVR32 Nicolas Ferre <nicolas.ferre@microchip.com> - 2017-06-14 11:40 +0200 Re: [PATCH] tty/serial: Kconfig: remove AVR32 Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2017-06-14 12:50 +0200
csiph-web