diff options
author | Wan ZongShun <mcuos.com@gmail.com> | 2009-07-12 23:52:19 -0400 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2009-07-13 01:19:39 -0400 |
commit | b7788c5ff9e7676dc98ca6dce437ae16b79c6726 (patch) | |
tree | bee8a4694f6a14355e7b36d476ee5f57fa057d4e /drivers/input/touchscreen/Kconfig | |
parent | f9c22736940cdc8f5e2db0109fc9493e0cbd895d (diff) |
Input: w90p910_ts - use clk API
Now that clk API is available on ARM we can use it in the driver.
Signed-off-by: Wan ZongShun <mcuos.com@gmail.com>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'drivers/input/touchscreen/Kconfig')
-rw-r--r-- | drivers/input/touchscreen/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/input/touchscreen/Kconfig b/drivers/input/touchscreen/Kconfig index a66e50aeba11..1c05b3286d65 100644 --- a/drivers/input/touchscreen/Kconfig +++ b/drivers/input/touchscreen/Kconfig | |||
@@ -498,6 +498,7 @@ config TOUCHSCREEN_TSC2007 | |||
498 | 498 | ||
499 | config TOUCHSCREEN_W90X900 | 499 | config TOUCHSCREEN_W90X900 |
500 | tristate "W90P910 touchscreen driver" | 500 | tristate "W90P910 touchscreen driver" |
501 | depends on HAVE_CLK | ||
501 | help | 502 | help |
502 | Say Y here if you have a W90P910 based touchscreen. | 503 | Say Y here if you have a W90P910 based touchscreen. |
503 | 504 | ||