diff options
Diffstat (limited to 'conf/machine/htctornado.conf')
-rw-r--r-- | conf/machine/htctornado.conf | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/conf/machine/htctornado.conf b/conf/machine/htctornado.conf new file mode 100644 index 0000000000..ca77ec9c04 --- /dev/null +++ b/conf/machine/htctornado.conf @@ -0,0 +1,28 @@ +#----------------------------------------------------------------------------- +#@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" + +# 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 |