diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-06-24 15:46:32 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-06-24 15:46:32 +0300 |
commit | cddd53e8aa4fc442e26a7a7be183593ce31453ca (patch) | |
tree | 8da733255cf6d956855af557340ee6274abfdce6 /drivers/tty/serial/Kconfig | |
parent | b61c8bf4694b5115766849378dcb8787ff54e65e (diff) | |
download | linux-cddd53e8aa4fc442e26a7a7be183593ce31453ca.tar.xz |
Revert "tty: serial: Add UART driver for Cortina-Access platform"
This reverts commit b61c8bf4694b5115766849378dcb8787ff54e65e. It never
made it to a public mailing list and still needs some work based on the
review comments. So revert it for now.
Reported-by: Geert Uytterhoeven <geert@linux-m68k.org>
Link: https://lore.kernel.org/r/CAMuHMdXA9-ajoAza2JAW5879ECieMm1dbBbKHgJhDa7=3kWu3w@mail.gmail.com
Cc: Jason Li <jason.li@cortina-access.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/tty/serial/Kconfig')
-rw-r--r-- | drivers/tty/serial/Kconfig | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/drivers/tty/serial/Kconfig b/drivers/tty/serial/Kconfig index 2fa39cd78c56..24282ad99d85 100644 --- a/drivers/tty/serial/Kconfig +++ b/drivers/tty/serial/Kconfig @@ -1561,25 +1561,6 @@ config SERIAL_LITEUART_CONSOLE and warnings and which allows logins in single user mode). Otherwise, say 'N'. -config SERIAL_CORTINA_ACCESS - tristate "Cortina-Access serial port support" - select SERIAL_CORE - help - This driver is for Cortina-Access SoC's UART. If you have a machine - based on the Cortina-Access SoC and wish to use the serial port, - say 'Y' here. Otherwise, say 'N'. - -config SERIAL_CORTINA_ACCESS_CONSOLE - bool "Console on Cortina-ACCESS serial port" - depends on SERIAL_CORTINA_ACCESS=y - select SERIAL_CORE_CONSOLE - select SERIAL_EARLYCON - help - Say 'Y' here if you wish to use Cortina-Access UART as the system - console. (the system console is the device which receives all kernel - messages and warnings and which allows logins in single user mode) - /dev/ttyS* is default device node. - endmenu config SERIAL_MCTRL_GPIO |