diff options
author | Koen Kooi <koen@openembedded.org> | 2006-08-28 08:01:11 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2006-08-28 08:01:11 +0000 |
commit | 50507e889e337579fc0bb227648bc8216c5009aa (patch) | |
tree | 6a338acb068d1173accb05a86e878b0a84ff0f3a /conf | |
parent | d6da4ca0d13301c94601f28e825e6c722b84cca6 (diff) |
ipaq-pxa270: add appropriate MACHINE FEATURES
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/ipaq-pxa270.conf | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/conf/machine/ipaq-pxa270.conf b/conf/machine/ipaq-pxa270.conf index d6281e3016..84380a49d0 100644 --- a/conf/machine/ipaq-pxa270.conf +++ b/conf/machine/ipaq-pxa270.conf @@ -21,6 +21,9 @@ EXTRA_IMAGECMD_jffs2 = "; sumtool -i ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.jf IMAGE_FSTYPES ?= "jffs2" MODUTILS = "26" + +MACHINE_FEATURES = "kernel26 apm alsa pcmcia bluetooth irda wifi usbgadget" + PCMCIA_MANAGER = "pcmciautils" BOOTSTRAP_EXTRA_RDEPENDS = "kernel ipaq-boot-params " BOOTMODULES_RRECOMMENDS = "${@linux_module_packages('${PXA270_MODULES}', d)} ${@linux_module_packages('${HX4700_MODULES}', d)}" @@ -39,10 +42,10 @@ include conf/machine/include/handheld-common.conf GUI_MACHINE_CLASS = "bigscreen" # Use tune-xscale per default. Machine independent feeds should be built with tune-strongarm. -#include conf/machine/include/tune-xscale.conf +include conf/machine/include/tune-xscale.conf # Uncomment this to use iwmmxt optimizations. Remove the above xscale stuff first -include conf/machine/include/tune-iwmmxt.conf +#include conf/machine/include/tune-iwmmxt.conf # These modules are now compiled into the kernel: |