[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1178809422.29611.6.camel@localhost>
Date: Thu, 10 May 2007 17:03:42 +0200
From: Martin Schwidefsky <schwidefsky@...ibm.com>
To: "David S. Miller" <davem@...emloft.net>
Cc: linux-kernel@...r.kernel.org, linux-s390@...r.kernel.org
Subject: [PATCH] Kconfig: SCSI_ESP_CORE depends on HAS_DMA
From: Martin Schwidefsky <schwidefsky@...ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@...ibm.com>
---
drivers/scsi/Kconfig | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
diff -urpN linux-2.6/drivers/scsi/Kconfig linux-2.6-patched/drivers/scsi/Kconfig
--- linux-2.6/drivers/scsi/Kconfig 2007-05-10 15:17:27.000000000 +0200
+++ linux-2.6-patched/drivers/scsi/Kconfig 2007-05-10 15:18:12.000000000 +0200
@@ -1755,7 +1755,7 @@ config SUN3X_ESP
config SCSI_ESP_CORE
tristate "ESP Scsi Driver Core"
- depends on SCSI
+ depends on SCSI && HAS_DMA
select SCSI_SPI_ATTRS
config SCSI_SUNESP
-
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