summaryrefslogtreecommitdiff
path: root/arch/powerpc/config.in
blob: dc871a0d2d36fd2a13b1c3178c8822617ea475ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# powerpc specific configuration file

config ARCH_powerpc
    select ARCH_SUPPORT_ABI
    select ARCH_SUPPORT_CPU
    select ARCH_SUPPORT_TUNE
    help
      The PowerPC architecture, as defined by:
        http://www.ibm.com/developerworks/eserver/articles/archguide.html

config ARCH_POWERPC_SPE
    bool
    prompt "Enable SPE support (EXPERIMENTAL)"
    depends on EXPERIMENTAL
    default n
    help
      Add support for the Signal Processing Engine.