diff options
author | Florian Boor <florian.boor@kernelconcepts.de> | 2010-09-16 17:50:48 +0200 |
---|---|---|
committer | Florian Boor <florian.boor@kernelconcepts.de> | 2010-09-16 17:52:35 +0200 |
commit | df74643b1ffd970d081d59a8b4901bb68d531eb1 (patch) | |
tree | 695462225b58f70d3a130de37c76457beb062ffd | |
parent | 5fdb10254742cb761c2b3371fc5b11d00ecb52a5 (diff) |
babbage.conf: Add touchscreen support for the default display
-rw-r--r-- | conf/machine/babbage.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/machine/babbage.conf b/conf/machine/babbage.conf index 8b95fba586..a8a4b21293 100644 --- a/conf/machine/babbage.conf +++ b/conf/machine/babbage.conf @@ -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. |