diff options
Diffstat (limited to 'arch/avr32/Kconfig')
-rw-r--r-- | arch/avr32/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/avr32/Kconfig b/arch/avr32/Kconfig index 257b83648cb7..7a1eb445c17f 100644 --- a/arch/avr32/Kconfig +++ b/arch/avr32/Kconfig | |||
@@ -68,6 +68,11 @@ config GENERIC_CALIBRATE_DELAY | |||
68 | bool | 68 | bool |
69 | default y | 69 | default y |
70 | 70 | ||
71 | config GENERIC_BUG | ||
72 | bool | ||
73 | default y | ||
74 | depends on BUG | ||
75 | |||
71 | source "init/Kconfig" | 76 | source "init/Kconfig" |
72 | 77 | ||
73 | menu "System Type and features" | 78 | menu "System Type and features" |