yann@520: # powerpc specific configuration file yann@628: yann@628: config ARCH_powerpc yann@631: select ARCH_SUPPORT_ABI yann@631: select ARCH_SUPPORT_CPU yann@631: select ARCH_SUPPORT_TUNE yann@630: help yann@630: The PowerPC architecture, as defined by: yann@630: http://www.ibm.com/developerworks/eserver/articles/archguide.html yann@792: yann@792: config ARCH_POWERPC_SPE yann@792: bool yann@846: prompt "Enable SPE support" yann@792: default n yann@792: help yann@815: Add support for the Signal Processing Engine. This will set up yann@815: the toolchain so that it supports the SPE ABI extensions. This yann@815: mainly targets Freescale e500 processors. yann@815: yann@815: Setting this option will append "spe" to the end of your target yann@815: tuple name (e.g., powerpc-e500v2-linux-gnuspe) so that the gcc yann@815: configure/build system will know to include SPE ABI support. yann@815: It will also automatically add "-mabi=spe -mspe" to your yann@815: TARGET_CFLAGS, and "--enable-e500_double" to your CC_EXTRA_CONFIG, yann@815: so you do not need to explicitly add them.