Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759521AbXEJPD1 (ORCPT ); Thu, 10 May 2007 11:03:27 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753153AbXEJPDU (ORCPT ); Thu, 10 May 2007 11:03:20 -0400 Received: from mtagate8.de.ibm.com ([195.212.29.157]:49946 "EHLO mtagate8.de.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753043AbXEJPDT (ORCPT ); Thu, 10 May 2007 11:03:19 -0400 Subject: [PATCH] Kconfig: SCSI_ESP_CORE depends on HAS_DMA From: Martin Schwidefsky Reply-To: schwidefsky@de.ibm.com To: "David S. Miller" Cc: linux-kernel@vger.kernel.org, linux-s390@vger.kernel.org Content-Type: text/plain Organization: IBM Corporation Date: Thu, 10 May 2007 17:03:42 +0200 Message-Id: <1178809422.29611.6.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.10.1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 863 Lines: 27 From: Martin Schwidefsky Signed-off-by: Martin Schwidefsky --- 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@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/