n450: add formfactor config

Fixes [YOCTO #869] (1 of 2)

Add a formfactor config for the n450 to include a keyboard and no
touchscreen. Without defining HAVE_TOUCHSCREEN=0, the default was
to set it to 1, and the matchbox session disables the cursor in
the case of a touchscreen device.

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Acked-by: Tom Zanussi <tom.zanussi@intel.com>
This commit is contained in:
Darren Hart 2011-03-15 16:16:30 -07:00
parent 6c47bc3874
commit 2bd6b798cb
2 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,3 @@
# Assume a USB mouse and keyboard are connected
HAVE_TOUCHSCREEN=0
HAVE_KEYBOARD=1

View File

@ -0,0 +1,3 @@
FILESEXTRAPATHS := "${THISDIR}/${PN}"
PRINC = "1"