arch/powerpc/config.in
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Mon Aug 25 21:41:52 2008 +0000 (2008-08-25)
changeset 806 b5734a8508f1
parent 631 2761b358f9e6
child 815 6236ce3be104
permissions -rw-r--r--
Fix extracting the configuration from a build log.

/trunk/tools/extract-config.sh | 2 1 1 0 +-
1 file changed, 1 insertion(+), 1 deletion(-)
     1 # powerpc specific configuration file
     2 
     3 config ARCH_powerpc
     4     select ARCH_SUPPORT_ABI
     5     select ARCH_SUPPORT_CPU
     6     select ARCH_SUPPORT_TUNE
     7     help
     8       The PowerPC architecture, as defined by:
     9         http://www.ibm.com/developerworks/eserver/articles/archguide.html
    10 
    11 config ARCH_POWERPC_SPE
    12     bool
    13     prompt "Enable SPE support (EXPERIMENTAL)"
    14     depends on EXPERIMENTAL
    15     default n
    16     help
    17       Add support for the Signal Processing Engine.