diff options
Diffstat (limited to 'arch/sh/Kconfig.cpu')
-rw-r--r-- | arch/sh/Kconfig.cpu | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/sh/Kconfig.cpu b/arch/sh/Kconfig.cpu index 9f329dff88b1..ef398535caf8 100644 --- a/arch/sh/Kconfig.cpu +++ b/arch/sh/Kconfig.cpu | |||
@@ -25,6 +25,10 @@ config SH_FPU | |||
25 | 25 | ||
26 | This option must be set in order to enable the FPU. | 26 | This option must be set in order to enable the FPU. |
27 | 27 | ||
28 | config SH64_FPU_DENORM_FLUSH | ||
29 | bool "Flush floating point denorms to zero" | ||
30 | depends on SH_FPU && SUPERH64 | ||
31 | |||
28 | config SH_FPU_EMU | 32 | config SH_FPU_EMU |
29 | bool "FPU emulation support" | 33 | bool "FPU emulation support" |
30 | depends on !SH_FPU && EXPERIMENTAL | 34 | depends on !SH_FPU && EXPERIMENTAL |
@@ -71,6 +75,15 @@ config SPECULATIVE_EXECUTION | |||
71 | 75 | ||
72 | If unsure, say N. | 76 | If unsure, say N. |
73 | 77 | ||
78 | config SH64_USER_MISALIGNED_FIXUP | ||
79 | bool "Fixup misaligned loads/stores occurring in user mode" | ||
80 | depends on SUPERH64 | ||
81 | default y | ||
82 | |||
83 | config SH64_ID2815_WORKAROUND | ||
84 | bool "Include workaround for SH5-101 cut2 silicon defect ID2815" | ||
85 | depends on CPU_SUBTYPE_SH5_101 | ||
86 | |||
74 | config CPU_HAS_INTEVT | 87 | config CPU_HAS_INTEVT |
75 | bool | 88 | bool |
76 | 89 | ||