aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Stultz <john.stultz@linaro.org>2013-03-18 11:57:28 -0700
committerArve Hjønnevåg <arve@android.com>2013-04-29 14:52:35 -0700
commit849474a22dca43374068b7cd6ca2a56a912ed3be (patch)
treea4ffb8251ac3ca30dbe730f9bae7595bb702e52e
parent313e41d0be434d89f07727bfec48135f49cdf072 (diff)
mmc: core: Remove stray CONFIG_EXPERIMENTAL dependencies
CONFIG_EXPERIMENTAL has been removed from the kernel, so clean up its use in MMC_EMBEDDED_SDIO and MMC_PARANOID_SD_INIT options. Change-Id: If414c265134b36740a84564274a631803c8e81b4 Cc: Arve Hjønnevåg <arve@android.com> Cc: San Mehat <san@google.com> Cc: Android Kernel Team <kernel-team@android.com> Reported-by: Jon Medhurst (Tixy) <tixy@linaro.org> Signed-off-by: John Stultz <john.stultz@linaro.org>
-rw-r--r--drivers/mmc/core/Kconfig2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/mmc/core/Kconfig b/drivers/mmc/core/Kconfig
index a7c3cdc59f7..ae10a372af0 100644
--- a/drivers/mmc/core/Kconfig
+++ b/drivers/mmc/core/Kconfig
@@ -29,7 +29,6 @@ config MMC_CLKGATE
config MMC_EMBEDDED_SDIO
boolean "MMC embedded SDIO device support (EXPERIMENTAL)"
- depends on EXPERIMENTAL
help
If you say Y here, support will be added for embedded SDIO
devices which do not contain the necessary enumeration
@@ -37,7 +36,6 @@ config MMC_EMBEDDED_SDIO
config MMC_PARANOID_SD_INIT
bool "Enable paranoid SD card initialization (EXPERIMENTAL)"
- depends on EXPERIMENTAL
help
If you say Y here, the MMC layer will be extra paranoid
about re-trying SD init requests. This can be a useful