[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1360167843-3587-6-git-send-email-heiko.carstens@de.ibm.com>
Date: Wed, 6 Feb 2013 17:23:53 +0100
From: Heiko Carstens <heiko.carstens@...ibm.com>
To: arnd@...db.de, axboe@...nel.dk, cbou@...l.ru, davem@...emloft.net,
dtor@...l.ru, dwmw2@...radead.org, grant.likely@...retlab.ca,
gregkh@...uxfoundation.org, jkosina@...e.cz, jslaby@...e.cz,
khali@...ux-fr.org, mchehab@...hat.com, perex@...ex.cz,
sameo@...ux.intel.com, tiwai@...e.de, w.sang@...gutronix.de
Cc: linux-kernel@...r.kernel.org, sebott@...ux.vnet.ibm.com,
gerald.schaefer@...ibm.com, schwidefsky@...ibm.com,
Heiko Carstens <heiko.carstens@...ibm.com>,
Vinod Koul <vinod.koul@...ux.intel.com>
Subject: [PATCH 05/15] drivers/dma/dw_dmac: add missing GENERIC_HARDIRQS dependency
Synopsys DesignWare AHB DMA drivers calls devm_request_irq() and
therefore depends on GENERIC_HARDIRQS.
Add the missing dependency.
Cc: Vinod Koul <vinod.koul@...ux.intel.com>
Signed-off-by: Heiko Carstens <heiko.carstens@...ibm.com>
---
drivers/dma/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig
index 3600234..26d3127 100644
--- a/drivers/dma/Kconfig
+++ b/drivers/dma/Kconfig
@@ -83,6 +83,7 @@ config INTEL_IOP_ADMA
config DW_DMAC
tristate "Synopsys DesignWare AHB DMA support"
+ depends on GENERIC_HARDIRQS
select DMA_ENGINE
default y if CPU_AT32AP7000
help
--
1.7.10.4
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists