diff options
author | Jiri Slaby <jslaby@suse.cz> | 2021-03-02 07:21:37 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-03-10 09:34:06 +0100 |
commit | 3b00b6af7a5bd7fd7e5189ccaad0e0cfb7dc7785 (patch) | |
tree | b8f8d087e63045529f2119c987aba4de115c4a8d /drivers/tty/Kconfig | |
parent | 67b1544a55c94b62f68488d5fcbc93cca293dc32 (diff) | |
download | linux-stable-3b00b6af7a5bd7fd7e5189ccaad0e0cfb7dc7785.tar.gz linux-stable-3b00b6af7a5bd7fd7e5189ccaad0e0cfb7dc7785.tar.bz2 linux-stable-3b00b6af7a5bd7fd7e5189ccaad0e0cfb7dc7785.zip |
tty: rocket, remove the driver
While the driver is still marked as maintained in MAINTAINERS, Comtrol
does not really care about this ancient driver. They are still
manufacturing serial devices, but those are controlled only by
out-of-tree drivers.
Comtrol didn't answer my pings, so this driver is apparently
unmaintained. Aside from that, the driver was untouched for years, only
whole-tree changes happened during the past years. The driver needs much
more care, so drop it for now. If someone steps up to reintroduce it,
they need to clean it up first.
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Link: https://lore.kernel.org/r/20210302062214.29627-7-jslaby@suse.cz
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/tty/Kconfig')
-rw-r--r-- | drivers/tty/Kconfig | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/drivers/tty/Kconfig b/drivers/tty/Kconfig index 0031aa8f8b16..1d30add862af 100644 --- a/drivers/tty/Kconfig +++ b/drivers/tty/Kconfig @@ -192,21 +192,6 @@ config SERIAL_NONSTANDARD Most people can say N here. -config ROCKETPORT - tristate "Comtrol RocketPort support" - depends on SERIAL_NONSTANDARD && (ISA || EISA || PCI) - help - This driver supports Comtrol RocketPort and RocketModem PCI boards. - These boards provide 2, 4, 8, 16, or 32 high-speed serial ports or - modems. For information about the RocketPort/RocketModem boards - and this driver read <file:Documentation/driver-api/serial/rocket.rst>. - - To compile this driver as a module, choose M here: the - module will be called rocket. - - If you want to compile this driver into the kernel, say Y here. If - you don't have a Comtrol RocketPort/RocketModem card installed, say N. - config MOXA_INTELLIO tristate "Moxa Intellio support" depends on SERIAL_NONSTANDARD && (ISA || EISA || PCI) |