Skip to content

Commit

Permalink
Input: intel-mid-touch - remove driver
Browse files Browse the repository at this point in the history
The Moorestown support was removed by commit 1a8359e ("x86/mid: Remove
Intel Moorestown").

Remove this leftover.

Signed-off-by: Andy Shevchenko <[email protected]>
Signed-off-by: Dmitry Torokhov <[email protected]>
  • Loading branch information
andy-shev authored and dtor committed Jan 6, 2017
1 parent 0eeecf6 commit aa142ed
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 667 deletions.
12 changes: 0 additions & 12 deletions drivers/input/touchscreen/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -546,18 +546,6 @@ config TOUCHSCREEN_INEXIO
To compile this driver as a module, choose M here: the
module will be called inexio.

config TOUCHSCREEN_INTEL_MID
tristate "Intel MID platform resistive touchscreen"
depends on INTEL_SCU_IPC
help
Say Y here if you have a Intel MID based touchscreen in
your system.

If unsure, say N.

To compile this driver as a module, choose M here: the
module will be called intel_mid_touch.

config TOUCHSCREEN_MK712
tristate "ICS MicroClock MK712 touchscreen"
help
Expand Down
1 change: 0 additions & 1 deletion drivers/input/touchscreen/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ obj-$(CONFIG_TOUCHSCREEN_GOODIX) += goodix.o
obj-$(CONFIG_TOUCHSCREEN_ILI210X) += ili210x.o
obj-$(CONFIG_TOUCHSCREEN_IMX6UL_TSC) += imx6ul_tsc.o
obj-$(CONFIG_TOUCHSCREEN_INEXIO) += inexio.o
obj-$(CONFIG_TOUCHSCREEN_INTEL_MID) += intel-mid-touch.o
obj-$(CONFIG_TOUCHSCREEN_IPROC) += bcm_iproc_tsc.o
obj-$(CONFIG_TOUCHSCREEN_LPC32XX) += lpc32xx_ts.o
obj-$(CONFIG_TOUCHSCREEN_MAX11801) += max11801_ts.o
Expand Down
Loading

0 comments on commit aa142ed

Please sign in to comment.