diff options
| author | Lukas Gorris <lukas.gorris@gmail.com> | 2010-02-03 12:22:44 +0100 |
|---|---|---|
| committer | Lukas Gorris <lukas.gorris@gmail.com> | 2010-02-03 12:22:44 +0100 |
| commit | 571ca73733dddc5e18e27c6a51483637ca5e6b54 (patch) | |
| tree | bebd2a6ea668e9755016c1f4c7e1994bafc6652b /conf/machine/include | |
| parent | 15960651ad1edc8a8e0b5a81c71d67ca0adff7c0 (diff) | |
Add htcleo, linux-qsd8; linux-msm7xxxx > linux-msm7, move extra msm kernel into linux-msm7
(sorry for the size, stupid defconfigs..)
Diffstat (limited to 'conf/machine/include')
| -rw-r--r-- | conf/machine/include/htc-msm7.inc | 2 | ||||
| -rw-r--r-- | conf/machine/include/htc-qsd8.inc | 30 |
2 files changed, 31 insertions, 1 deletions
diff --git a/conf/machine/include/htc-msm7.inc b/conf/machine/include/htc-msm7.inc index 991156fb1a..32a48807af 100644 --- a/conf/machine/include/htc-msm7.inc +++ b/conf/machine/include/htc-msm7.inc @@ -1,5 +1,5 @@ # kernel -PREFERRED_PROVIDER_virtual/kernel = "linux-msm7xxxx" +PREFERRED_PROVIDER_virtual/kernel = "linux-msm7" # xserver PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg" diff --git a/conf/machine/include/htc-qsd8.inc b/conf/machine/include/htc-qsd8.inc new file mode 100644 index 0000000000..ac3e7d22ee --- /dev/null +++ b/conf/machine/include/htc-qsd8.inc @@ -0,0 +1,30 @@ +# kernel +PREFERRED_PROVIDER_virtual/kernel = "linux-qsd8" + +# xserver +PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg" + +XSERVER = " \ + xserver-xorg \ + xserver-xorg-extension-glx \ + xserver-xorg-extension-dri \ + xf86-input-evtouch \ + xf86-input-evdev \ + xf86-input-mouse \ + xf86-input-keyboard \ + xf86-video-msm \ +" + +# capability database +MACHINE_DISPLAY_WIDTH_PIXELS = "480" +MACHINE_DISPLAY_HEIGHT_PIXELS = "640" + +# use this for overrides +MACHINE_CLASS = "htc-qsd8" + +# features +MACHINE_FEATURES = "kernel26 touchscreen screen phone gps usb keyboard" + +# CPU +TARGET_ARCH = "arm" +require conf/machine/include/tune-cortexa8.inc |
