summaryrefslogtreecommitdiffstats
path: root/drivers/staging/dream/Makefile
diff options
context:
space:
mode:
authorArve Hjønnevåg <arve@android.com>2009-08-08 15:03:15 +0200
committerGreg Kroah-Hartman <gregkh@suse.de>2009-09-15 12:02:05 -0700
commit420818f9755a5676db7c392ba6f77d795f13675b (patch)
tree3a82e485feb57274a72721b712f678fc7ca57d52 /drivers/staging/dream/Makefile
parent347a799cef17e66bd532fca4e55a5f5a2f9ff36c (diff)
downloadop-kernel-dev-420818f9755a5676db7c392ba6f77d795f13675b.zip
op-kernel-dev-420818f9755a5676db7c392ba6f77d795f13675b.tar.gz
Staging: dream: add support for input on GPIO pins
Support for input devices connected to GPIO pins. This adds support for HTC Dream's keyboard and its trackball. Generic support already exists for keyboard on GPIO, but this one is more advanced because it can detect shadow key presses (and actually works with Dream :-). (It also contains Kconfig/Makefile changes, including some that were missing from previous commit. Sorry.) Signed-off-by: Pavel Machek <pavel@ucw.cz> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/dream/Makefile')
-rw-r--r--drivers/staging/dream/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/staging/dream/Makefile b/drivers/staging/dream/Makefile
new file mode 100644
index 0000000..2b79151
--- /dev/null
+++ b/drivers/staging/dream/Makefile
@@ -0,0 +1,4 @@
+obj-$(CONFIG_MSM_ADSP) += qdsp5/ smd/
+obj-$(CONFIG_MSM_CAMERA) += camera/
+obj-$(CONFIG_INPUT_GPIO) += gpio_axis.o gpio_event.o gpio_input.o gpio_matrix.o gpio_output.o
+
OpenPOWER on IntegriCloud