Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - A index
The Linux kernel configuration item CONFIG_ALTIVEC
has multiple definitions:
arch/powerpc/platforms/Kconfig.cputype
The configuration item CONFIG_ALTIVEC:
CONFIG_PPC_BOOK3S || ( CONFIG_PPC_E500MC && CONFIG_PPC64 && ! CONFIG_E5500_CPU )
This option enables kernel support for the Altivec extensions to the PowerPC processor. The kernel currently supports saving and restoring altivec registers, and turning on the 'altivec enable' bit so user processes can execute altivec instructions.
This option is only usefully if you have a processor that supports altivec (G4, otherwise known as 74xx series), but does not have any affect on a non-altivec cpu (it does, however add code to the kernel).
If in doubt, say Y here.
arch/ppc/Kconfig
The configuration item CONFIG_ALTIVEC:
( CONFIG_6xx ) && (! CONFIG_8260 )
This option enables kernel support for the Altivec extensions to the PowerPC processor. The kernel currently supports saving and restoring altivec registers, and turning on the 'altivec enable' bit so user processes can execute altivec instructions.
This option is only usefully if you have a processor that supports altivec (G4, otherwise known as 74xx series), but does not have any affect on a non-altivec cpu (it does, however add code to the kernel).
If in doubt, say Y here.
arch/powerpc/Kconfig
The configuration item CONFIG_ALTIVEC:
CONFIG_CLASSIC32 || CONFIG_POWER4
This option enables kernel support for the Altivec extensions to the PowerPC processor. The kernel currently supports saving and restoring altivec registers, and turning on the 'altivec enable' bit so user processes can execute altivec instructions.
This option is only usefully if you have a processor that supports altivec (G4, otherwise known as 74xx series), but does not have any affect on a non-altivec cpu (it does, however add code to the kernel).
If in doubt, say Y here.
arch/ppc64/Kconfig
The configuration item CONFIG_ALTIVEC:
CONFIG_PPC_MULTIPLATFORM
(none)
Raw data from LKDDb:
(none)
This page is automaticly generated with free (libre, open) software lkddb(see lkddb-sources).
The data is retrived from:
Popular queries:
Navigation: Linux Kernel Driver DataBase - web LKDDB: main index - A index
Automatically generated (in year 2024). See also LKDDb sources on GitLab