diff options
author | Florian Boor <florian.boor@kernelconcepts.de> | 2007-04-18 12:34:10 +0000 |
---|---|---|
committer | Florian Boor <florian.boor@kernelconcepts.de> | 2007-04-18 12:34:10 +0000 |
commit | 437ef3862c3bb9c8c74fc4b40b32d1a43a4da0ab (patch) | |
tree | 84bde149f4041c69197c44112f27341f364b5b8f /conf | |
parent | 9eca30c204a08d0399891bd1ae99a02a20da7cbd (diff) |
htctornado.conf: New machine description for HTC Tornado and similar phones.
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/htctornado.conf | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/conf/machine/htctornado.conf b/conf/machine/htctornado.conf new file mode 100644 index 0000000000..f494a69321 --- /dev/null +++ b/conf/machine/htctornado.conf @@ -0,0 +1,30 @@ +#----------------------------------------------------------------------------- +#@TYPE: Machine +#@NAME: HTC Typhoon, HTC Tornado, HTC Hurricane +#@DESCRIPTION: Machine configuration for the HTC Typhoon/Tornado/Hurricane GSM phones +#----------------------------------------------------------------------------- + +TARGET_ARCH = "arm" +PACKAGE_EXTRA_ARCHS = "armv4t armv5te" + +PREFERRED_PROVIDER_virtual/kernel = "linux-tornado-omap2" + +MACHINE_FEATURES = "kernel26 apm alsa bluetooth usbgadget" + +MACHINE_EXTRA_RDEPENDS = "alsa-state" + +# package gta01 specific modules +MACHINE_EXTRA_RRECOMMENDS = "\ + kernel-module-ext2 \ + alsa-state" + +MACHINE_TASK_PROVIDER = "task-base" + +# used by some images +ROOT_FLASH_SIZE = "30" + +# extra jffs2 tweaks, not yet used +EXTRA_IMAGECMD_jffs2 = "--eraseblock=0x4000 -n" + +# cpu tuning +include conf/machine/include/tune-arm926ejs.conf |