From 567549dbdad0180a2112c8f8be0bbcab2f288b73 Mon Sep 17 00:00:00 2001 From: Andy Green Date: Thu, 29 Jan 2009 14:28:16 +0000 Subject: add-kconfig-for-find-irq-blockers.patch This adds a debug section Kconfig entry for the interrupt blocking detection and deals with the config in our stock defconfigs Signed-off-by: Andy Green --- lib/Kconfig.debug | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'lib') diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index 4c9ae6085c7..9abfbaa686d 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug @@ -851,6 +851,13 @@ menuconfig BUILD_DOCSRC Say N if you are unsure. +config FIND_IRQ_BLOCKERS + bool "IRQ Blocker statistics" + depends on ARM + ---help--- + Enables tracking of IRQ dead-time because something has + disabled interrupts + config DYNAMIC_PRINTK_DEBUG bool "Enable dynamic printk() call support" default n -- cgit v1.2.3