aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/Kconfig
diff options
context:
space:
mode:
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>2013-06-09 03:04:58 -0400
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>2013-06-20 03:05:12 -0400
commit968219fa334ce8fed3421dd12ea12e9f562c95cb (patch)
tree319524a7d65c71e3ff7aa61bde4b9d4a8f89338a /arch/powerpc/Kconfig
parent4e63f8edfe4d6f20b1af176efc022c2b2f5e7aeb (diff)
powerpc/8xx: Remove 8xx specific "minimal FPU emulation"
This is duplicated code from math-emu and implements such a small subset of the FPU (load/stores/fmr) that it's essentially pointless nowdays. Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/Kconfig')
-rw-r--r--arch/powerpc/Kconfig11
1 files changed, 0 insertions, 11 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig
index e3009abc7f75..5374776b4c7c 100644
--- a/arch/powerpc/Kconfig
+++ b/arch/powerpc/Kconfig
@@ -319,17 +319,6 @@ config PPC_TRANSACTIONAL_MEM
319 ---help--- 319 ---help---
320 Support user-mode Transactional Memory on POWERPC. 320 Support user-mode Transactional Memory on POWERPC.
321 321
322config 8XX_MINIMAL_FPEMU
323 bool "Minimal math emulation for 8xx"
324 depends on 8xx && !MATH_EMULATION
325 help
326 Older arch/ppc kernels still emulated a few floating point
327 instructions such as load and store, even when full math
328 emulation is disabled. Say "Y" here if you want to preserve
329 this behavior.
330
331 It is recommended that you build a soft-float userspace instead.
332
333config IOMMU_HELPER 322config IOMMU_HELPER
334 def_bool PPC64 323 def_bool PPC64
335 324