[<prev] [next>] [day] [month] [year] [list]
Message-ID: <1337155090-12172-1-git-send-email-sonic.zhang@analog.com>
Date: Wed, 16 May 2012 15:58:10 +0800
From: <sonic.zhang@...log.com>
To: Chris Ball <cjb@...top.org>, <linux-mmc@...r.kernel.org>
CC: LKML <linux-kernel@...r.kernel.org>,
<uclinux-dist-devel@...ckfin.uclinux.org>,
Sonic Zhang <sonic.zhang@...log.com>,
Bob Liu <lliubbo@...il.com>
Subject: [PATCH] mmc: bfin_sdh: Update Kconfig to support new RSI controller in bf60x.
From: Sonic Zhang <sonic.zhang@...log.com>
Signed-off-by: Sonic Zhang <sonic.zhang@...log.com>
Signed-off-by: Bob Liu <lliubbo@...il.com>
---
drivers/mmc/host/Kconfig | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/mmc/host/Kconfig b/drivers/mmc/host/Kconfig
index 2bc06e7..788e394 100644
--- a/drivers/mmc/host/Kconfig
+++ b/drivers/mmc/host/Kconfig
@@ -500,7 +500,7 @@ config MMC_VIA_SDMMC
config SDH_BFIN
tristate "Blackfin Secure Digital Host support"
- depends on (BF54x && !BF544) || (BF51x && !BF512)
+ depends on (BF54x && !BF544) || (BF51x && !BF512) || BF60x
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
@@ -513,7 +513,7 @@ config SDH_BFIN
config SDH_BFIN_MISSING_CMD_PULLUP_WORKAROUND
bool "Blackfin EZkit Missing SDH_CMD Pull Up Resistor Workaround"
- depends on SDH_BFIN
+ depends on SDH_BFIN && !BF60x
help
If you say yes here SD-Cards may work on the EZkit.
--
1.7.0.4
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists