From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932208AbWBOWqW (ORCPT ); Wed, 15 Feb 2006 17:46:22 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932211AbWBOWqV (ORCPT ); Wed, 15 Feb 2006 17:46:21 -0500 Received: from emailhub.stusta.mhn.de ([141.84.69.5]:61456 "HELO mailout.stusta.mhn.de") by vger.kernel.org with SMTP id S932208AbWBOWqV (ORCPT ); Wed, 15 Feb 2006 17:46:21 -0500 Date: Wed, 15 Feb 2006 23:46:19 +0100 From: Adrian Bunk To: Andrew Morton Cc: lethal@linux-sh.org, kkojima@rr.iij4u.or.jp, linuxsh-dev@lists.sourceforge.net, linux-kernel@vger.kernel.org, Jean-Luc Leger Subject: [2.6 patch] arch/sh/Kconfig: fix the ISA_DMA_API dependencies Message-ID: <20060215224619.GF5066@stusta.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.11+cvs20060126 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Jean-Luc Leger found this obvious typo. Signed-off-by: Adrian Bunk Acked-by: Paul Mundt --- This patch was already sent on: - 14 Feb 2006 --- linux-2.6.16-rc2-mm1-full/arch/sh/Kconfig.old 2006-02-14 01:18:22.000000000 +0100 +++ linux-2.6.16-rc2-mm1-full/arch/sh/Kconfig 2006-02-14 01:19:43.000000000 +0100 @@ -446,7 +446,7 @@ config ISA_DMA_API bool - depends on MPC1211 + depends on SH_MPC1211 default y menu "Kernel features"