diff options
author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2010-09-01 08:00:52 +0200 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2010-09-02 04:43:36 +0200 |
commit | d4f5f937c3dfdea9f49c3cdeea8813b0d9f7715a (patch) | |
tree | f78c963b180caeb9729d59846d5b9d321db691f7 /drivers/input/touchscreen/Kconfig | |
parent | Staging: mrst-touchscreen - simplify en/disable of interrupts for NEC (diff) | |
download | linux-d4f5f937c3dfdea9f49c3cdeea8813b0d9f7715a.tar.xz linux-d4f5f937c3dfdea9f49c3cdeea8813b0d9f7715a.zip |
Input: mrst-touchscreen - move out of staging
The driver is in reasonable shape now so let's move it out of staging.
Acked-by: Alan Cox <alan@linux.intel.com>
Acked-by: Greg Kroah-Hartman <gregkh@suse.de>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'drivers/input/touchscreen/Kconfig')
-rw-r--r-- | drivers/input/touchscreen/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/input/touchscreen/Kconfig b/drivers/input/touchscreen/Kconfig index 3b9d5e2105d7..084f1982d38d 100644 --- a/drivers/input/touchscreen/Kconfig +++ b/drivers/input/touchscreen/Kconfig @@ -237,6 +237,18 @@ 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 |