Skip to content

Commit 86a9e4f

Browse files
committed
Input: mk712 - remove driver
This touchscreen controller was used om Gateway AOL Connected Touchpad released in 2000 and, according to Wikipedia, removed from the market in October 2001 due to slow sales. It looks like it can still be bought on eBay for $1000 but I really doubt anyone will actually use it. Remove the driver. Link: https://patch.msgid.link/20240808172733.1194442-5-dmitry.torokhov@gmail.com Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
1 parent 931e315 commit 86a9e4f

3 files changed

Lines changed: 0 additions & 220 deletions

File tree

drivers/input/touchscreen/Kconfig

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -723,18 +723,6 @@ config TOUCHSCREEN_INEXIO
723723
To compile this driver as a module, choose M here: the
724724
module will be called inexio.
725725

726-
config TOUCHSCREEN_MK712
727-
tristate "ICS MicroClock MK712 touchscreen"
728-
depends on ISA
729-
help
730-
Say Y here if you have the ICS MicroClock MK712 touchscreen
731-
controller chip in your system.
732-
733-
If unsure, say N.
734-
735-
To compile this driver as a module, choose M here: the
736-
module will be called mk712.
737-
738726
config TOUCHSCREEN_HP600
739727
tristate "HP Jornada 6xx touchscreen"
740728
depends on SH_HP6XX && SH_ADC

drivers/input/touchscreen/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ obj-$(CONFIG_TOUCHSCREEN_MIGOR) += migor_ts.o
6868
obj-$(CONFIG_TOUCHSCREEN_MMS114) += mms114.o
6969
obj-$(CONFIG_TOUCHSCREEN_MSG2638) += msg2638.o
7070
obj-$(CONFIG_TOUCHSCREEN_MTOUCH) += mtouch.o
71-
obj-$(CONFIG_TOUCHSCREEN_MK712) += mk712.o
7271
obj-$(CONFIG_TOUCHSCREEN_NOVATEK_NVT_TS) += novatek-nvt-ts.o
7372
obj-$(CONFIG_TOUCHSCREEN_HP600) += hp680_ts_input.o
7473
obj-$(CONFIG_TOUCHSCREEN_HP7XX) += jornada720_ts.o

drivers/input/touchscreen/mk712.c

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

0 commit comments

Comments
 (0)