diff options
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 380e4f016654..92e695412bd5 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -212,6 +212,10 @@ config ARM_PATCH_PHYS_VIRT | |||
212 | you need to shrink the kernel to the minimal size. | 212 | you need to shrink the kernel to the minimal size. |
213 | 213 | ||
214 | 214 | ||
215 | config GENERIC_BUG | ||
216 | def_bool y | ||
217 | depends on BUG | ||
218 | |||
215 | source "init/Kconfig" | 219 | source "init/Kconfig" |
216 | 220 | ||
217 | source "kernel/Kconfig.freezer" | 221 | source "kernel/Kconfig.freezer" |