diff options
Diffstat (limited to 'arch/sh/Kconfig.debug')
-rw-r--r-- | arch/sh/Kconfig.debug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/Kconfig.debug b/arch/sh/Kconfig.debug index 0d62681f72a0..fdb049373e7c 100644 --- a/arch/sh/Kconfig.debug +++ b/arch/sh/Kconfig.debug | |||
@@ -92,7 +92,7 @@ config 4KSTACKS | |||
92 | 92 | ||
93 | config IRQSTACKS | 93 | config IRQSTACKS |
94 | bool "Use separate kernel stacks when processing interrupts" | 94 | bool "Use separate kernel stacks when processing interrupts" |
95 | depends on DEBUG_KERNEL && SUPERH32 | 95 | depends on DEBUG_KERNEL && SUPERH32 && BROKEN |
96 | help | 96 | help |
97 | If you say Y here the kernel will use separate kernel stacks | 97 | If you say Y here the kernel will use separate kernel stacks |
98 | for handling hard and soft interrupts. This can help avoid | 98 | for handling hard and soft interrupts. This can help avoid |