* Each machconfig file provides information that is used in
startup to set the input devices for the target platform.
HAVE_TOUCHSCREEN sets touchscreen support
HAVE_KEYBORD is set when a physical keyboard is attached to
the system otherwise a virtual keyboard is used.
* More info check formfacto recipe descriptor.
Signed-off-by: Adrian Alonso <b38018@freescale.com>
--- /dev/null
+# Display options
+HAVE_TOUCHSCREEN=1
+HAVE_KEYBOARD=0
+
+TSLIB_TSDEVICE="/dev/input/touchscreen0"
+
+#DISPLAY_CAN_ROTATE=0
+#DISPLAY_ORIENTATION=0
+#DISPLAY_WIDTH_PIXELS=1024
+#DISPLAY_HEIGHT_PIXELS=720
+#DISPLAY_BPP=16
+#DISPLAY_DPI=150
+#DISPLAY_SUBPIXEL_ORDER=vrgb
--- /dev/null
+# Display options
+HAVE_TOUCHSCREEN=0
+HAVE_KEYBOARD=1
+
+#DISPLAY_CAN_ROTATE=0
+#DISPLAY_ORIENTATION=0
+#DISPLAY_WIDTH_PIXELS=1024
+#DISPLAY_HEIGHT_PIXELS=720
+#DISPLAY_BPP=16
+#DISPLAY_DPI=150
+#DISPLAY_SUBPIXEL_ORDER=vrgb
--- /dev/null
+# Append path for freescale to include costom matchconfig
+FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"