]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - init/Kconfig
irq_work: Add generic hardirq context callbacks
[mv-sheeva.git] / init / Kconfig
index 2de5b1cbadd9e47138f879d23cc4d2d5066d32d7..1ef0b439908ece0ec21a361132393570db670f83 100644 (file)
@@ -21,6 +21,13 @@ config CONSTRUCTORS
        depends on !UML
        default y
 
+config HAVE_IRQ_WORK
+       bool
+
+config IRQ_WORK
+       bool
+       depends on HAVE_IRQ_WORK
+
 menu "General setup"
 
 config EXPERIMENTAL
@@ -987,6 +994,7 @@ config PERF_EVENTS
        default y if (PROFILING || PERF_COUNTERS)
        depends on HAVE_PERF_EVENTS
        select ANON_INODES
+       select IRQ_WORK
        help
          Enable kernel support for various performance events provided
          by software and hardware.