aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAndy Green <andy@openmoko.com>2009-01-29 14:28:16 +0000
committerAndy Green <agreen@octopus.localdomain>2009-01-29 14:28:16 +0000
commit567549dbdad0180a2112c8f8be0bbcab2f288b73 (patch)
tree59dad305ca0517d918d677b246b753c7a3c610f0 /lib
parent2b2138d7e932f5a6dcfc30f8d2868bf88bbde8a8 (diff)
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 <andy@openmoko.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/Kconfig.debug7
1 files changed, 7 insertions, 0 deletions
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