diff options
| author | 2009-03-09 20:12:52 -0700 | |
|---|---|---|
| committer | 2009-03-09 20:13:32 -0700 | |
| commit | 331b78ed300d9b37bd42dbc8b19f6277151a0dfa (patch) | |
| tree | 8dd341afc841e5c37f3ff59e9b3438fd510bcd0f /drivers/input/touchscreen/Makefile | |
| parent | Input: bf54x-keys - fix typo in warning (diff) | |
| download | linux-dev-331b78ed300d9b37bd42dbc8b19f6277151a0dfa.tar.xz linux-dev-331b78ed300d9b37bd42dbc8b19f6277151a0dfa.zip | |
Input: add AD7877 touchscreen driver
[dtor@mail.ru: locking and other fixups]
Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
Signed-off-by: Bryan Wu <bryan.wu@analog.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'drivers/input/touchscreen/Makefile')
| -rw-r--r-- | drivers/input/touchscreen/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/input/touchscreen/Makefile b/drivers/input/touchscreen/Makefile index 82dd918a4dec..45dfcd61be11 100644 --- a/drivers/input/touchscreen/Makefile +++ b/drivers/input/touchscreen/Makefile @@ -6,6 +6,7 @@ wm97xx-ts-y := wm97xx-core.o +obj-$(CONFIG_TOUCHSCREEN_AD7877) += ad7877.o obj-$(CONFIG_TOUCHSCREEN_ADS7846) += ads7846.o obj-$(CONFIG_TOUCHSCREEN_ATMEL_TSADCC) += atmel_tsadcc.o obj-$(CONFIG_TOUCHSCREEN_BITSY) += h3600_ts_input.o |
