diff -BNurbp linux-2.6.10.n10/drivers/input/touchscreen/Kconfig linux-2.6.10/drivers/input/touchscreen/Kconfig
--- linux-2.6.10.n10/drivers/input/touchscreen/Kconfig	2004-12-24 22:34:45.000000000 +0100
+++ linux-2.6.10/drivers/input/touchscreen/Kconfig	2005-01-22 14:58:14.518358166 +0100
@@ -10,6 +10,17 @@ config INPUT_TOUCHSCREEN
 
 	  If unsure, say Y.
 
+config TOUCHSCREEN_N10
+	tristate "acer n10 touchscreen and buttons input driver"
+	depends on ARCH_PXA_N10 && INPUT_TOUCHSCREEN
+	default m
+	select I2C_PXA
+	help
+	  This driver supports touchscreen and buttons on the 
+	  acer "n10" PDA. It is specific to the n10 TS chip,
+	  attached via the PXA I2C interface. If you're building
+	  an n10 kernel, say Y or M here, otherwise say N.
+
 config TOUCHSCREEN_BITSY
 	tristate "Compaq iPAQ H3600 (Bitsy) touchscreen input driver"
 	depends on SA1100_BITSY && INPUT && INPUT_TOUCHSCREEN
diff -BNurbp linux-2.6.10.n10/drivers/input/touchscreen/Makefile linux-2.6.10/drivers/input/touchscreen/Makefile
--- linux-2.6.10.n10/drivers/input/touchscreen/Makefile	2004-12-24 22:35:28.000000000 +0100
+++ linux-2.6.10/drivers/input/touchscreen/Makefile	2005-01-22 14:44:32.000000000 +0100
@@ -4,5 +4,6 @@
 
 # Each configuration option enables a list of files.
 
+obj-$(CONFIG_TOUCHSCREEN_N10)	+= n10input.o
 obj-$(CONFIG_TOUCHSCREEN_BITSY)	+= h3600_ts_input.o
 obj-$(CONFIG_TOUCHSCREEN_GUNZE)	+= gunze.o
