Skip to content

Commit f7a78e8

Browse files
committed
Input: ct82c710 - remove driver
This is a PS/2 mouse interface chip from Chips & Technologies that was used in TI TravelMate and Gateway Nomad laptops, which used 386 and 486 CPUs. With 486 support being removed from the kernel (and 386 support is long gone) it is time to retire this driver as well. Remove the driver. Link: https://patch.msgid.link/20240808172733.1194442-6-dmitry.torokhov@gmail.com Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
1 parent 86a9e4f commit f7a78e8

3 files changed

Lines changed: 0 additions & 253 deletions

File tree

drivers/input/serio/Kconfig

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -55,19 +55,6 @@ config SERIO_SERPORT
5555
To compile this driver as a module, choose M here: the
5656
module will be called serport.
5757

58-
config SERIO_CT82C710
59-
tristate "ct82c710 Aux port controller"
60-
depends on X86
61-
help
62-
Say Y here if you have a Texas Instruments TravelMate notebook
63-
equipped with the ct82c710 chip and want to use a mouse connected
64-
to the "QuickPort".
65-
66-
If unsure, say N.
67-
68-
To compile this driver as a module, choose M here: the
69-
module will be called ct82c710.
70-
7158
config SERIO_Q40KBD
7259
tristate "Q40 keyboard controller"
7360
depends on Q40

drivers/input/serio/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ obj-$(CONFIG_SERIO) += serio.o
99
obj-$(CONFIG_SERIO_I8042) += i8042.o
1010
obj-$(CONFIG_SERIO_PARKBD) += parkbd.o
1111
obj-$(CONFIG_SERIO_SERPORT) += serport.o
12-
obj-$(CONFIG_SERIO_CT82C710) += ct82c710.o
1312
obj-$(CONFIG_SERIO_RPCKBD) += rpckbd.o
1413
obj-$(CONFIG_SERIO_SA1111) += sa1111ps2.o
1514
obj-$(CONFIG_SERIO_AMBAKMI) += ambakmi.o

drivers/input/serio/ct82c710.c

Lines changed: 0 additions & 239 deletions
This file was deleted.

0 commit comments

Comments
 (0)