aboutsummaryrefslogtreecommitdiff
path: root/drivers/input
diff options
context:
space:
mode:
authorSven Rebhan <OdinsHorse@googlemail.com>2009-01-28 18:24:16 +0000
committerAndy Green <agreen@octopus.localdomain>2009-01-28 18:24:16 +0000
commit8f272fa834605eecf52a57fb6e00185ab5ed8102 (patch)
treec66968d34288e344741a464a0e1a2e35f0410e5d /drivers/input
parent728337d4c2e66d2f04da9742bf9159bd30989d07 (diff)
Make filtering optional but select all filters if switched on
First, make the filtering switchable by the user. Second, select all filters if filtering is switched on. This is required because we predefine the filterchain in mach-gta02.c and thus need all filter functions. Signed-off-by: Sven Rebhan <odinshorse@googlemail.com>
Diffstat (limited to 'drivers/input')
-rw-r--r--drivers/input/touchscreen/Kconfig5
1 files changed, 4 insertions, 1 deletions
diff --git a/drivers/input/touchscreen/Kconfig b/drivers/input/touchscreen/Kconfig
index 22592e4f470..56022d921d8 100644
--- a/drivers/input/touchscreen/Kconfig
+++ b/drivers/input/touchscreen/Kconfig
@@ -14,6 +14,10 @@ if INPUT_TOUCHSCREEN
menuconfig TOUCHSCREEN_FILTER
boolean "Touchscreen Filtering"
depends on INPUT_TOUCHSCREEN
+ select TOUCHSCREEN_FILTER_GROUP
+ select TOUCHSCREEN_FILTER_MEDIAN
+ select TOUCHSCREEN_FILTER_MEAN
+ select TOUCHSCREEN_FILTER_LINEAR
help
Select this to include kernel touchscreen filter support. The filters
can be combined in any order in your machine init and the parameters
@@ -127,7 +131,6 @@ config TOUCHSCREEN_S3C2410
tristate "Samsung S3C2410 touchscreen input driver"
depends on ARCH_S3C2410 && INPUT && INPUT_TOUCHSCREEN
select SERIO
- select TOUCHSCREEN_FILTER
help
Say Y here if you have the s3c2410 touchscreen.