[PATCH] Kconfig: SCSI_ESP_CORE depends on HAS_DMA

From: Martin Schwidefsky
Date: Thu May 10 2007 - 11:03:27 EST


From: Martin Schwidefsky <schwidefsky@xxxxxxxxxx>

Signed-off-by: Martin Schwidefsky <schwidefsky@xxxxxxxxxx>
---

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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/