From patchwork Thu Oct 14 18:30:55 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 253891 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.3) with ESMTP id o9EIVou2004325 for ; Thu, 14 Oct 2010 18:31:51 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754807Ab0JNSbr (ORCPT ); Thu, 14 Oct 2010 14:31:47 -0400 Received: from rcsinet10.oracle.com ([148.87.113.121]:20421 "EHLO rcsinet10.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754722Ab0JNSbr (ORCPT ); Thu, 14 Oct 2010 14:31:47 -0400 Received: from acsinet15.oracle.com (acsinet15.oracle.com [141.146.126.227]) by rcsinet10.oracle.com (Switch-3.4.2/Switch-3.4.2) with ESMTP id o9EIVN49030050 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Thu, 14 Oct 2010 18:31:25 GMT Received: from acsmt355.oracle.com (acsmt355.oracle.com [141.146.40.155]) by acsinet15.oracle.com (Switch-3.4.2/Switch-3.4.1) with ESMTP id o9EIJAxc014754; Thu, 14 Oct 2010 18:31:23 GMT Received: from abhmt005.oracle.com by acsmt354.oracle.com with ESMTP id 684791941287081057; Thu, 14 Oct 2010 11:30:57 -0700 Received: from chimera.site (/173.50.240.230) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Thu, 14 Oct 2010 11:30:57 -0700 Message-ID: <4CB74C5F.4000905@oracle.com> Date: Thu, 14 Oct 2010 11:30:55 -0700 From: Randy Dunlap Organization: Oracle Linux Engineering User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.5) Gecko/20091209 Fedora/3.0-3.fc11 Thunderbird/3.0 MIME-Version: 1.0 To: =?ISO-8859-2?Q?Micha=B3_Miros=B3aw?= CC: lkml , akpm , Chris Ball , linux-mmc@vger.kernel.org Subject: [PATCH -next v2] mmc: fix cb710 kconfig dependency warning References: <20101013181519.6ff00e10.randy.dunlap@oracle.com> <20101014090442.GA14454@rere.qmqm.pl> In-Reply-To: <20101014090442.GA14454@rere.qmqm.pl> Sender: linux-mmc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-mmc@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter1.kernel.org [140.211.167.41]); Thu, 14 Oct 2010 18:31:51 +0000 (UTC) --- linux-next-20101013.orig/drivers/mmc/host/Kconfig +++ linux-next-20101013/drivers/mmc/host/Kconfig @@ -395,6 +395,7 @@ config MMC_TMIO config MMC_CB710 tristate "ENE CB710 MMC/SD Interface support" depends on PCI + select MISC_DEVICES select CB710_CORE help This option enables support for MMC/SD part of ENE CB710/720 Flash