diff options
Diffstat (limited to 'arch/m32r')
-rw-r--r-- | arch/m32r/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/m32r/Kconfig b/arch/m32r/Kconfig index ab9a264cb194..f7237c5f531e 100644 --- a/arch/m32r/Kconfig +++ b/arch/m32r/Kconfig | |||
@@ -235,6 +235,11 @@ config IRAM_SIZE | |||
235 | # Define implied options from the CPU selection here | 235 | # Define implied options from the CPU selection here |
236 | # | 236 | # |
237 | 237 | ||
238 | config GENERIC_LOCKBREAK | ||
239 | bool | ||
240 | default y | ||
241 | depends on SMP && PREEMPT | ||
242 | |||
238 | config RWSEM_GENERIC_SPINLOCK | 243 | config RWSEM_GENERIC_SPINLOCK |
239 | bool | 244 | bool |
240 | depends on M32R | 245 | depends on M32R |