babbage.conf: Add touchscreen support for the default display
authorFlorian Boor <florian.boor@kernelconcepts.de>
Thu, 16 Sep 2010 15:50:48 +0000 (17:50 +0200)
committerFlorian Boor <florian.boor@kernelconcepts.de>
Thu, 16 Sep 2010 15:52:35 +0000 (17:52 +0200)
conf/machine/babbage.conf

index 8b95fba..a8a4b21 100644 (file)
@@ -9,6 +9,7 @@ XSERVER = "xserver-xorg \
            xf86-input-evdev \
            xf86-input-mouse \
            xf86-input-keyboard \
+           xf86-input-tslib \
            xf86-video-fbdev"
 
 # Only has DVI connector for external screen
@@ -26,7 +27,7 @@ EXTRA_IMAGECMD_jffs2 = "-lnp "
 
 SERIAL_CONSOLE = "115200 ttymxc0"
 
-MACHINE_FEATURES = "kernel26 screen apm usbhost vfat alsa"
+MACHINE_FEATURES = "kernel26 screen apm usbhost vfat alsa touchscreen"
 
 # The board expects the bootloader to be at offset 0x400 of SD-CARd in the bottom slot.
 # The generated u-boot.bin is zero-padded from offset 0x000 to offset 0x400.