diff options
Diffstat (limited to 'arch/blackfin/Kconfig')
-rw-r--r-- | arch/blackfin/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/blackfin/Kconfig b/arch/blackfin/Kconfig index 6b97aa811e2b..672b7b056c8e 100644 --- a/arch/blackfin/Kconfig +++ b/arch/blackfin/Kconfig | |||
@@ -808,7 +808,7 @@ config APP_STACK_L1 | |||
808 | config EXCEPTION_L1_SCRATCH | 808 | config EXCEPTION_L1_SCRATCH |
809 | bool "Locate exception stack in L1 Scratch Memory" | 809 | bool "Locate exception stack in L1 Scratch Memory" |
810 | default n | 810 | default n |
811 | depends on !APP_STACK_L1 && !SYSCALL_TAB_L1 | 811 | depends on !APP_STACK_L1 |
812 | help | 812 | help |
813 | Whenever an exception occurs, use the L1 Scratch memory for | 813 | Whenever an exception occurs, use the L1 Scratch memory for |
814 | stack storage. You cannot place the stacks of FLAT binaries | 814 | stack storage. You cannot place the stacks of FLAT binaries |