diff options
Diffstat (limited to 'drivers/mmc')
-rw-r--r-- | 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 25a4b7f3e15f..7b431bbab7f1 100644 --- a/drivers/mmc/host/Kconfig +++ b/drivers/mmc/host/Kconfig | |||
@@ -396,7 +396,7 @@ config MMC_VIA_SDMMC | |||
396 | 396 | ||
397 | config SDH_BFIN | 397 | config SDH_BFIN |
398 | tristate "Blackfin Secure Digital Host support" | 398 | tristate "Blackfin Secure Digital Host support" |
399 | depends on MMC && ((BF54x && !BF544) || (BF51x && !BF512)) | 399 | depends on (BF54x && !BF544) || (BF51x && !BF512) |
400 | help | 400 | help |
401 | If you say yes here you will get support for the Blackfin on-chip | 401 | If you say yes here you will get support for the Blackfin on-chip |
402 | Secure Digital Host interface. This includes support for MMC and | 402 | Secure Digital Host interface. This includes support for MMC and |