diff options
author | Rabin Vincent <rabin@rab.in> | 2015-05-14 08:36:56 -0400 |
---|---|---|
committer | Jesper Nilsson <jespern@axis.com> | 2015-09-04 18:33:25 -0400 |
commit | f59625a8f770741d590da09be4f0fcfc75b31e46 (patch) | |
tree | a12ce3aaa30de6a3252655512fbc5782f76011cc | |
parent | 98a725a57a8e92bfbe962a8c69975ce0f9ff11fe (diff) |
CRISv32: allow CONFIG_DEBUG_BUGVERBOSE
Support for verbose BUG reporting already exists, but the HAVE flag that
allows the option to be enabled is missing.
Signed-off-by: Rabin Vincent <rabin@rab.in>
Signed-off-by: Jesper Nilsson <jespern@axis.com>
-rw-r--r-- | arch/cris/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/cris/Kconfig b/arch/cris/Kconfig index 0314e325a669..b202b8277a26 100644 --- a/arch/cris/Kconfig +++ b/arch/cris/Kconfig | |||
@@ -58,6 +58,7 @@ config CRIS | |||
58 | select CLKSRC_MMIO if ETRAX_ARCH_V32 | 58 | select CLKSRC_MMIO if ETRAX_ARCH_V32 |
59 | select GENERIC_CLOCKEVENTS if ETRAX_ARCH_V32 | 59 | select GENERIC_CLOCKEVENTS if ETRAX_ARCH_V32 |
60 | select GENERIC_SCHED_CLOCK if ETRAX_ARCH_V32 | 60 | select GENERIC_SCHED_CLOCK if ETRAX_ARCH_V32 |
61 | select HAVE_DEBUG_BUGVERBOSE if ETRAX_ARCH_V32 | ||
61 | 62 | ||
62 | config HZ | 63 | config HZ |
63 | int | 64 | int |