diff options
author | Koen Kooi <koen@openembedded.org> | 2006-02-28 16:17:17 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-02-28 16:17:17 +0000 |
commit | 5de458471ab83a393738bcbded881a1b0fe1c317 (patch) | |
tree | 5e56eb848cc11f40abdcd03d332895f5f4dfcc9a /conf/machine/ipaq-pxa270.conf | |
parent | 570123bca4e55d6a582bd2645f6eb2383e490c06 (diff) |
ipaq-pxa270.conf: add an option to use iwmmxt optimizations
Diffstat (limited to 'conf/machine/ipaq-pxa270.conf')
-rw-r--r-- | conf/machine/ipaq-pxa270.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/machine/ipaq-pxa270.conf b/conf/machine/ipaq-pxa270.conf index f37d7fa642..c6f4804d5f 100644 --- a/conf/machine/ipaq-pxa270.conf +++ b/conf/machine/ipaq-pxa270.conf @@ -40,6 +40,9 @@ GPE_EXTRA_INSTALL += "gaim" # Use tune-xscale per default. Machine independent feeds should be built with tune-strongarm. 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 + BOOTSTRAP_EXTRA_RRECOMMENDS += "${@linux_module_packages('${HX4700_MODULES}', d)}" HX4700_MODULES = "i2c-pxa asic3_mmc hx4700_bt hx4700_leds hx4700_navpt hx4700_pcmcia \ hx4700_ts hx4700_wlan snd_hx4700_audio hx4700_power" |