[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1453809552-240944-1-git-send-email-john.garry@huawei.com>
Date: Tue, 26 Jan 2016 19:59:12 +0800
From: John Garry <john.garry@...wei.com>
To: <JBottomley@...n.com>, <martin.petersen@...cle.com>
CC: <linuxarm@...wei.com>, <john.garry2@...l.dcu.ie>,
<linux-scsi@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
<user-mode-linux-devel@...ts.sourceforge.net>, <richard@....at>,
<geert@...ux-m68k.org>, John Garry <john.garry@...wei.com>
Subject: [PATCH] hisi_sas: add dependency for HAS_IOMEM
Not every arch has io, so fix build by adding
necessary dependency.
Signed-off-by: John Garry <john.garry@...wei.com>
Suggested-by: Richard Weinberger <richard@....at>
diff --git a/drivers/scsi/hisi_sas/Kconfig b/drivers/scsi/hisi_sas/Kconfig
index b676618..d1dd161 100644
--- a/drivers/scsi/hisi_sas/Kconfig
+++ b/drivers/scsi/hisi_sas/Kconfig
@@ -1,6 +1,6 @@
config SCSI_HISI_SAS
tristate "HiSilicon SAS"
- depends on HAS_DMA
+ depends on HAS_DMA && HAS_IOMEM
depends on ARM64 || COMPILE_TEST
select SCSI_SAS_LIBSAS
select BLK_DEV_INTEGRITY
--
1.9.1
Powered by blists - more mailing lists