aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/sh/Kconfig')
-rw-r--r--arch/sh/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig
index 4d16d8917074..2715834f72be 100644
--- a/arch/sh/Kconfig
+++ b/arch/sh/Kconfig
@@ -366,6 +366,16 @@ config SH_STORE_QUEUES
366 Selecting this option will enable an in-kernel API for manipulating 366 Selecting this option will enable an in-kernel API for manipulating
367 the store queues integrated in the SH-4 processors. 367 the store queues integrated in the SH-4 processors.
368 368
369config SPECULATIVE_EXECUTION
370 bool "Speculative subroutine return"
371 depends on CPU_SUBTYPE_SH7780 && EXPERIMENTAL
372 help
373 This enables support for a speculative instruction fetch for
374 subroutine return. There are various pitfalls associated with
375 this, as outlined in the SH7780 hardware manual.
376
377 If unsure, say N.
378
369config CPU_HAS_INTEVT 379config CPU_HAS_INTEVT
370 bool 380 bool
371 381