[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <x49a97apxf6.fsf@segfault.boston.devel.redhat.com>
Date: Mon, 11 Aug 2014 16:46:05 -0400
From: Jeff Moyer <jmoyer@...hat.com>
To: linux-kernel@...r.kernel.org
Cc: axboe@...com, Akhil.Bhansali@...t.com
Subject: [patch] skd: add build dependency on HARDIRQ
Hi,
This driver won't build on architectures without generic hardirq
support.
Signed-off-by: Jeff Moyer <jmoyer@...hat.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.
--
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