From a4cff8b82a3cd0c95348ad4ae28cee7a918a35cd Mon Sep 17 00:00:00 2001 From: Sreedhara DS Date: Tue, 1 Jun 2010 12:50:06 +0100 Subject: Staging: mid: Intel MID touch screen driver Touchscreen driver used by intel mid devices. Some clean up by Alan Cox. This driver is basically ready for upstreaming properly but is tied wrongly to the SPI layer and needs firmware/SFI changes to fix that. Signed-off-by: Alan Cox Signed-off-by: Greg Kroah-Hartman --- drivers/staging/mrst-touchscreen/Makefile | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 drivers/staging/mrst-touchscreen/Makefile (limited to 'drivers/staging/mrst-touchscreen/Makefile') diff --git a/drivers/staging/mrst-touchscreen/Makefile b/drivers/staging/mrst-touchscreen/Makefile new file mode 100644 index 00000000000..2d638b0d70b --- /dev/null +++ b/drivers/staging/mrst-touchscreen/Makefile @@ -0,0 +1,3 @@ +obj-$(CONFIG_TOUCHSCREEN_INTEL_MID) := intel_mid_touch.o + + -- cgit v1.2.3