diff options
author | Wan ZongShun | 2009-07-12 20:52:19 -0700 |
---|---|---|
committer | Dmitry Torokhov | 2009-07-12 22:19:39 -0700 |
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 config TOUCHSCREEN_W90X900 tristate "W90P910 touchscreen driver" + depends on HAVE_CLK help Say Y here if you have a W90P910 based touchscreen. |