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 | |
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')
-rw-r--r-- | conf/machine/htcleo.conf | 10 | ||||
-rw-r--r-- | conf/machine/include/htc-msm7.inc | 2 | ||||
-rw-r--r-- | conf/machine/include/htc-qsd8.inc | 30 |
3 files changed, 41 insertions, 1 deletions
diff --git a/conf/machine/htcleo.conf b/conf/machine/htcleo.conf new file mode 100644 index 0000000000..52d4a42b78 --- /dev/null +++ b/conf/machine/htcleo.conf @@ -0,0 +1,10 @@ +#@TYPE: Machine +#@NAME: HTC Leo +#@DESCRIPTION: Machine configuration for HTC Leo smartphone (aka HTC HD2) + +require conf/machine/include/htc-qsd8.inc + +MACHINE_DISPLAY_WIDTH_PIXELS = "480" +MACHINE_DISPLAY_HEIGHT_PIXELS = "800" + +MACHINE_FEATURES = "kernel26 touchscreen screen phone gps compass usb keyboard" 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 |