arch/powerpc/config.in
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Tue Aug 19 07:06:21 2008 +0000 (2008-08-19)
changeset 800 b3beac3a3a1d
parent 631 2761b358f9e6
child 815 6236ce3be104
permissions -rw-r--r--
Default to check installed kernel headers by default.

/trunk/config/kernel/linux_headers_install.in | 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.