diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2017-01-05 23:19:01 +0100 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2017-01-06 19:31:52 +0100 |
commit | aa142ed77099e9a614980022b3f94efc67417775 (patch) | |
tree | fb6c5cd239c6b18911c39dc7c04c61ed88ddf23a /drivers/input/touchscreen/Kconfig | |
parent | Input: edt_ft5x06 - change msleep to usleep_range for small msecs (diff) | |
download | linux-aa142ed77099e9a614980022b3f94efc67417775.tar.xz linux-aa142ed77099e9a614980022b3f94efc67417775.zip |
Input: intel-mid-touch - remove driver
The Moorestown support was removed by commit 1a8359e411eb ("x86/mid: Remove
Intel Moorestown").
Remove this leftover.
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'drivers/input/touchscreen/Kconfig')
-rw-r--r-- | drivers/input/touchscreen/Kconfig | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/drivers/input/touchscreen/Kconfig b/drivers/input/touchscreen/Kconfig index efca0133e266..8650c94e29d0 100644 --- a/drivers/input/touchscreen/Kconfig +++ b/drivers/input/touchscreen/Kconfig @@ -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 |