summaryrefslogtreecommitdiffstats
path: root/drivers/tty/Makefile
diff options
context:
space:
mode:
authorLee Jones <lee.jones@linaro.org>2020-11-05 13:33:56 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2020-11-06 17:08:56 +0100
commita1f714b44e342dc143dc4c6b909bf516f18fe412 (patch)
treeee64ad05bec1dbade90d4ac38770488128691934 /drivers/tty/Makefile
parenttty: serial: remove pnx8xxx uart driver (diff)
downloadlinux-a1f714b44e342dc143dc4c6b909bf516f18fe412.tar.xz
linux-a1f714b44e342dc143dc4c6b909bf516f18fe412.zip
tty: Remove redundant synclink driver
A note from the vendor: "The hardware used with synclink.c and synclinkmp.c has not been manufactured for 15 years and was low volume. The chances of either driver still being in use is very low. Not even Microgate (me) has the ability to test either anymore (no hardware). I don’t know the policy about driver removal, but I think both could be removed without upsetting anyone." Cc: Michael Ellerman <mpe@ellerman.id.au> Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org> Cc: Paul Mackerras <paulus@samba.org> Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Cc: Jiri Slaby <jirislaby@kernel.org> Cc: linuxppc-dev@lists.ozlabs.org Signed-off-by: Lee Jones <lee.jones@linaro.org> Link: https://lore.kernel.org/r/20201105123357.708813-2-lee.jones@linaro.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/tty/Makefile')
-rw-r--r--drivers/tty/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/tty/Makefile b/drivers/tty/Makefile
index 020b1cd9294f..f3dd47cad439 100644
--- a/drivers/tty/Makefile
+++ b/drivers/tty/Makefile
@@ -29,7 +29,6 @@ obj-$(CONFIG_NULL_TTY) += ttynull.o
obj-$(CONFIG_ROCKETPORT) += rocket.o
obj-$(CONFIG_SYNCLINK_GT) += synclink_gt.o
obj-$(CONFIG_SYNCLINKMP) += synclinkmp.o
-obj-$(CONFIG_SYNCLINK) += synclink.o
obj-$(CONFIG_PPC_EPAPR_HV_BYTECHAN) += ehv_bytechan.o
obj-$(CONFIG_GOLDFISH_TTY) += goldfish.o
obj-$(CONFIG_MIPS_EJTAG_FDC_TTY) += mips_ejtag_fdc.o