diff options
| -rw-r--r-- | arch/powerpc/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index 4b27edbdb799..85ff3a080360 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig | |||
| @@ -313,6 +313,14 @@ config MATH_EMULATION | |||
| 313 | unit, which will allow programs that use floating-point | 313 | unit, which will allow programs that use floating-point |
| 314 | instructions to run. | 314 | instructions to run. |
| 315 | 315 | ||
| 316 | config PPC_TRANSACTIONAL_MEM | ||
| 317 | bool "Transactional Memory support for POWERPC" | ||
| 318 | depends on PPC_BOOK3S_64 | ||
| 319 | depends on SMP | ||
| 320 | default n | ||
| 321 | ---help--- | ||
| 322 | Support user-mode Transactional Memory on POWERPC. | ||
| 323 | |||
| 316 | config 8XX_MINIMAL_FPEMU | 324 | config 8XX_MINIMAL_FPEMU |
| 317 | bool "Minimal math emulation for 8xx" | 325 | bool "Minimal math emulation for 8xx" |
| 318 | depends on 8xx && !MATH_EMULATION | 326 | depends on 8xx && !MATH_EMULATION |
