aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/blackfin/Kconfig')
-rw-r--r--arch/blackfin/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/blackfin/Kconfig b/arch/blackfin/Kconfig
index c507a92cb289..9d936a3986c8 100644
--- a/arch/blackfin/Kconfig
+++ b/arch/blackfin/Kconfig
@@ -629,6 +629,15 @@ config CPLB_SWITCH_TAB_L1
629 If enabled, the CPLB Switch Tables are linked 629 If enabled, the CPLB Switch Tables are linked
630 into L1 data memory. (less latency) 630 into L1 data memory. (less latency)
631 631
632config APP_STACK_L1
633 bool "Support locating application stack in L1 Scratch Memory"
634 default y
635 help
636 If enabled the application stack can be located in L1
637 scratch memory (less latency).
638
639 Currently only works with FLAT binaries.
640
632comment "Speed Optimizations" 641comment "Speed Optimizations"
633config BFIN_INS_LOWOVERHEAD 642config BFIN_INS_LOWOVERHEAD
634 bool "ins[bwl] low overhead, higher interrupt latency" 643 bool "ins[bwl] low overhead, higher interrupt latency"