diff options
Diffstat (limited to 'conf/machine/htcraphael.conf')
-rw-r--r-- | conf/machine/htcraphael.conf | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/conf/machine/htcraphael.conf b/conf/machine/htcraphael.conf new file mode 100644 index 0000000000..3ab87be48c --- /dev/null +++ b/conf/machine/htcraphael.conf @@ -0,0 +1,15 @@ +#@TYPE: Machine +#@NAME: HTC Raphael phone +#@DESCRIPTION: Machine configuration for HTC Raphael phone (aka HTC Touch Pro) +require conf/machine/include/tune-arm1136-novfp.inc + +PREFERRED_PROVIDER_virtual/kernel = "linux-msm7xxxx" + +PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive" +XSERVER = "xserver-kdrive-fbdev" +MACHINE_DISPLAY_WIDTH_PIXELS = "480" +MACHINE_DISPLAY_HEIGHT_PIXELS = "640" + +MACHINE_FEATURES = "kernel26 touchscreen screen keyboard phone gps" + +IMAGE_FSTYPES += "tar.gz cpio.gz" |