aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Kconfig
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2015-11-10 08:56:14 -0500
committerChristoph Hellwig <hch@lst.de>2015-12-11 14:52:24 -0500
commit511cbce2ff8b9d322077909ee90c5d4b67b29b75 (patch)
tree27e1f9e09332d204ec1a1a506e674ca80ed9e580 /lib/Kconfig
parenta2dbb7b56f2c29fc78b18a3fbe47ad80f6912092 (diff)
irq_poll: make blk-iopoll available outside the block layer
The new name is irq_poll as iopoll is already taken. Better suggestions welcome. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Bart Van Assche <bart.vanassche@sandisk.com>
Diffstat (limited to 'lib/Kconfig')
-rw-r--r--lib/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/Kconfig b/lib/Kconfig
index f0df318104e7..e00e1960260a 100644
--- a/lib/Kconfig
+++ b/lib/Kconfig
@@ -475,6 +475,11 @@ config DDR
475 information. This data is useful for drivers handling 475 information. This data is useful for drivers handling
476 DDR SDRAM controllers. 476 DDR SDRAM controllers.
477 477
478config IRQ_POLL
479 bool "IRQ polling library"
480 help
481 Helper library to poll interrupt mitigation using polling.
482
478config MPILIB 483config MPILIB
479 tristate 484 tristate
480 select CLZ_TAB 485 select CLZ_TAB