mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [patch] skd: add build dependency on HARDIRQ
@ 2014-08-11 20:46 Jeff Moyer
  2014-08-12  9:20 ` Geert Uytterhoeven
  0 siblings, 1 reply; 3+ messages in thread
From: Jeff Moyer @ 2014-08-11 20:46 UTC (permalink / raw)
  To: linux-kernel; +Cc: axboe, Akhil.Bhansali

Hi,

This driver won't build on architectures without generic hardirq
support.

Signed-off-by: Jeff Moyer <jmoyer@redhat.com>

diff --git a/drivers/block/Kconfig b/drivers/block/Kconfig
index 014a1cf..f3a5300 100644
--- a/drivers/block/Kconfig
+++ b/drivers/block/Kconfig
@@ -325,6 +325,7 @@ config BLK_DEV_SKD
 	tristate "STEC S1120 Block Driver"
 	depends on PCI
 	depends on 64BIT
+	depends on GENERIC_HARDIRQS
 	---help---
 	Saying Y or M here will enable support for the
 	STEC, Inc. S1120 PCIe SSD.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-08-12 12:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-08-11 20:46 [patch] skd: add build dependency on HARDIRQ Jeff Moyer
2014-08-12  9:20 ` Geert Uytterhoeven
2014-08-12 12:50   ` Jeff Moyer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®