diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/htctornado.conf | 30 | ||||
-rw-r--r-- | conf/machine/palmtx.conf | 6 |
2 files changed, 36 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 diff --git a/conf/machine/palmtx.conf b/conf/machine/palmtx.conf index 0a58defa69..6d4ccf5b46 100644 --- a/conf/machine/palmtx.conf +++ b/conf/machine/palmtx.conf @@ -20,4 +20,10 @@ GUI_MACHINE_CLASS = "bigscreen" # Use tune-xscale per default. Machine independent feeds should be built with tune-strongarm. require conf/machine/include/tune-xscale.conf +MACHINE_EXTRA_RDEPENDS += "kernel-module-pxa27x-keyboard kernel-module-pxapwm-bl kernel-module-wm97xx-ts kernel-module-palmtx-battery" + module_autoload_sa1100-rtc = "sa1100-rtc" +module_autoload_pxa27x-keyboard = "pxa27x-keyboard" +module_autoload_pxapwm-bl = "pxapwm-bl" +module_autoload_wm97xx-ts = "kernel-module-wm97xx-ts" +module_autoload_palmtx-battery = "kernel-module-palmtx-battery" |