Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 101736
b: refs/heads/master
c: 96d5b52
h: refs/heads/master
v: v3
  • Loading branch information
Michael Neuling authored and Paul Mackerras committed Jul 1, 2008
1 parent 060bee9 commit d3a1aee
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ce48b2100785e5ca629fb3aa8e3b50aca808f692
refs/heads/master: 96d5b52c8473ae6ee63d592474bcc1255df06102
16 changes: 16 additions & 0 deletions trunk/arch/powerpc/platforms/Kconfig.cputype
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,22 @@ config ALTIVEC

If in doubt, say Y here.

config VSX
bool "VSX Support"
depends on POWER4 && ALTIVEC && PPC_FPU
---help---

This option enables kernel support for the Vector Scaler extensions
to the PowerPC processor. The kernel currently supports saving and
restoring VSX registers, and turning on the 'VSX enable' bit so user
processes can execute VSX instructions.

This option is only useful if you have a processor that supports
VSX (P7 and above), but does not have any affect on a non-VSX
CPUs (it does, however add code to the kernel).

If in doubt, say Y here.

config SPE
bool "SPE Support"
depends on E200 || (E500 && !PPC_E500MC)
Expand Down

0 comments on commit d3a1aee

Please sign in to comment.