2012-05-16 08:09:21

by Zhang, Sonic

[permalink] [raw]
Subject: [PATCH] mmc: bfin_sdh: Update Kconfig to support new RSI controller in bf60x.

From: Sonic Zhang <[email protected]>

Signed-off-by: Sonic Zhang <[email protected]>
Signed-off-by: Bob Liu <[email protected]>
---
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