From: John Stultz Date: Mon, 18 Mar 2013 18:57:28 +0000 (-0700) Subject: mmc: core: Remove stray CONFIG_EXPERIMENTAL dependencies X-Git-Tag: firefly_0821_release~4090^2~525 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=22eee1aaffd7dbfe1b4e69959d0bce9a4a06818e;p=firefly-linux-kernel-4.4.55.git 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 Cc: San Mehat Cc: Android Kernel Team Reported-by: Jon Medhurst (Tixy) Signed-off-by: John Stultz --- diff --git a/drivers/mmc/core/Kconfig b/drivers/mmc/core/Kconfig index a7c3cdc59f76..ae10a372af0f 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