Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756677AbZDGOyW (ORCPT ); Tue, 7 Apr 2009 10:54:22 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1758436AbZDGOxu (ORCPT ); Tue, 7 Apr 2009 10:53:50 -0400 Received: from earthlight.etchedpixels.co.uk ([81.2.110.250]:58002 "EHLO t61.ukuu.org.uk" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1758295AbZDGOxu (ORCPT ); Tue, 7 Apr 2009 10:53:50 -0400 From: Alan Cox Subject: [PATCH 08/11] Change KCONFIG name To: torvalds@linux-foundation.org, linux-kernel@vger.kernel.org Date: Tue, 07 Apr 2009 16:52:39 +0100 Message-ID: <20090407155231.18020.56971.stgit@t61.ukuu.org.uk> In-Reply-To: <20090407154715.18020.44616.stgit@t61.ukuu.org.uk> References: <20090407154715.18020.44616.stgit@t61.ukuu.org.uk> User-Agent: StGIT/0.14.3 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1036 Lines: 31 From: Mike Frysinger Signed-off-by: Mike Frysinger Signed-off-by: Bryan Wu Signed-off-by: Andrew Morton Signed-off-by: Alan Cox --- drivers/serial/Kconfig | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig index f2e5736..1e2dd6f 100644 --- a/drivers/serial/Kconfig +++ b/drivers/serial/Kconfig @@ -707,7 +707,7 @@ choice config SERIAL_BFIN_DMA bool "DMA mode" - depends on !DMA_UNCACHED_NONE && !KGDB_UART + depends on !DMA_UNCACHED_NONE && !KGDB_SERIAL_CONSOLE help This driver works under DMA mode. If this option is selected, the blackfin simple dma driver is also enabled. -- 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/