summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRabin Vincent <rabin@rab.in>2015-05-14 14:36:56 +0200
committerJesper Nilsson <jespern@axis.com>2015-09-05 00:33:25 +0200
commitf59625a8f770741d590da09be4f0fcfc75b31e46 (patch)
treea12ce3aaa30de6a3252655512fbc5782f76011cc
parent98a725a57a8e92bfbe962a8c69975ce0f9ff11fe (diff)
downloadop-kernel-dev-f59625a8f770741d590da09be4f0fcfc75b31e46.zip
op-kernel-dev-f59625a8f770741d590da09be4f0fcfc75b31e46.tar.gz
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/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/cris/Kconfig b/arch/cris/Kconfig
index 0314e32..b202b82 100644
--- a/arch/cris/Kconfig
+++ b/arch/cris/Kconfig
@@ -58,6 +58,7 @@ config CRIS
select CLKSRC_MMIO if ETRAX_ARCH_V32
select GENERIC_CLOCKEVENTS if ETRAX_ARCH_V32
select GENERIC_SCHED_CLOCK if ETRAX_ARCH_V32
+ select HAVE_DEBUG_BUGVERBOSE if ETRAX_ARCH_V32
config HZ
int
OpenPOWER on IntegriCloud