summaryrefslogtreecommitdiffstats
path: root/drivers/misc/Makefile
diff options
context:
space:
mode:
authorJiri Kosina2013-03-21 00:21:21 +0100
committerGreg Kroah-Hartman2013-03-25 21:22:32 +0100
commit54f69b92f037f4ff5779e5645ab714dee5b59095 (patch)
treecd935d3d36afbe0627a64c0774b662696c9c06d7 /drivers/misc/Makefile
parentmei: add mei_irq_compl_handler function (diff)
downloadkernel-qcow2-linux-54f69b92f037f4ff5779e5645ab714dee5b59095.tar.gz
kernel-qcow2-linux-54f69b92f037f4ff5779e5645ab714dee5b59095.tar.xz
kernel-qcow2-linux-54f69b92f037f4ff5779e5645ab714dee5b59095.zip
dummy-irq: introduce a dummy IRQ handler driver
This module accepts a single 'irq' parameter, which it should register for. Its sole purpose is to help with debugging of IRQ sharing problems, by force-enabling IRQ that would otherwise be disabled. Suggested-by: Alan Stern <stern@rowland.harvard.edu> Signed-off-by: Jiri Kosina <jkosina@suse.cz> Acked-by: Daniel Vetter <daniel.vetter@ffwll.ch> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/misc/Makefile')
-rw-r--r--drivers/misc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/misc/Makefile b/drivers/misc/Makefile
index 3e2faa0939b2..865cbc6a7ae1 100644
--- a/drivers/misc/Makefile
+++ b/drivers/misc/Makefile
@@ -13,6 +13,7 @@ obj-$(CONFIG_ATMEL_TCLIB) += atmel_tclib.o
obj-$(CONFIG_BMP085) += bmp085.o
obj-$(CONFIG_BMP085_I2C) += bmp085-i2c.o
obj-$(CONFIG_BMP085_SPI) += bmp085-spi.o
+obj-$(CONFIG_DUMMY_IRQ) += dummy-irq.o
obj-$(CONFIG_ICS932S401) += ics932s401.o
obj-$(CONFIG_LKDTM) += lkdtm.o
obj-$(CONFIG_TIFM_CORE) += tifm_core.o