diff options
author | Takashi YOSHII <takasi-y@ops.dti.ne.jp> | 2006-09-27 04:15:32 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2006-09-27 04:15:32 -0400 |
commit | 4b565680d16300acab0ff167e24f0ea289a6bd5d (patch) | |
tree | d233188a29c0a0ccfdf72c84899e926df2fc2ba8 /arch/sh/Kconfig | |
parent | 317a6104a99f87c0b35c0d9f19ec23ee7429b33e (diff) |
sh: math-emu support
This implements initial math-emu support, aimed primarily at SH-3.
Signed-off-by: Takashi YOSHII <takasi-y@ops.dti.ne.jp>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/Kconfig')
-rw-r--r-- | arch/sh/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index d1d724447826..07d6d699e9c2 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig | |||
@@ -339,6 +339,15 @@ config SH_FPU | |||
339 | 339 | ||
340 | This option must be set in order to enable the FPU. | 340 | This option must be set in order to enable the FPU. |
341 | 341 | ||
342 | config SH_FPU_EMU | ||
343 | bool "FPU emulation support" | ||
344 | depends on !SH_FPU && EXPERIMENTAL | ||
345 | default n | ||
346 | help | ||
347 | Selecting this option will enable support for software FPU emulation. | ||
348 | Most SH-3 users will want to say Y here, whereas most SH-4 users will | ||
349 | want to say N. | ||
350 | |||
342 | config SH_DSP | 351 | config SH_DSP |
343 | bool "DSP support" | 352 | bool "DSP support" |
344 | depends on !CPU_SH4 | 353 | depends on !CPU_SH4 |