Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754980Ab0ASICZ (ORCPT ); Tue, 19 Jan 2010 03:02:25 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754598Ab0ASICX (ORCPT ); Tue, 19 Jan 2010 03:02:23 -0500 Received: from smtp.gentoo.org ([140.211.166.183]:57404 "EHLO smtp.gentoo.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932153Ab0ASICW (ORCPT ); Tue, 19 Jan 2010 03:02:22 -0500 From: Mike Frysinger To: linux-mmc@vger.kernel.org, Adrian Hunter , Andrew Morton Cc: linux-kernel@vger.kernel.org, uclinux-dist-devel@blackfin.uclinux.org Subject: [PATCH 2/3] mmc: bfin_sdh: drop redundant MMC depend string Date: Tue, 19 Jan 2010 03:02:10 -0500 Message-Id: <1263888131-25656-2-git-send-email-vapier@gentoo.org> X-Mailer: git-send-email 1.6.6 In-Reply-To: <1263888131-25656-1-git-send-email-vapier@gentoo.org> References: <1263888131-25656-1-git-send-email-vapier@gentoo.org> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 986 Lines: 28 The host/Kconfig file is only included when MMC is selected. Signed-off-by: Mike Frysinger --- drivers/mmc/host/Kconfig | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/mmc/host/Kconfig b/drivers/mmc/host/Kconfig index ce1d288..f6af92a 100644 --- a/drivers/mmc/host/Kconfig +++ b/drivers/mmc/host/Kconfig @@ -399,7 +399,7 @@ config MMC_VIA_SDMMC config SDH_BFIN tristate "Blackfin Secure Digital Host support" - depends on MMC && ((BF54x && !BF544) || (BF51x && !BF512)) + depends on (BF54x && !BF544) || (BF51x && !BF512) help If you say yes here you will get support for the Blackfin on-chip Secure Digital Host interface. This includes support for MMC and -- 1.6.6 -- 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/