Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

mmc: remove sdhci and mmc_spi experimental markers

Both of these drivers work well (although some hardware still has
its problems) and are not in the "alpha" quality that EXPERIMENTAL
suggests.

Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>

+4 -4
+4 -4
drivers/mmc/host/Kconfig
··· 25 25 If unsure, say N. 26 26 27 27 config MMC_SDHCI 28 - tristate "Secure Digital Host Controller Interface support (EXPERIMENTAL)" 29 - depends on PCI && EXPERIMENTAL 28 + tristate "Secure Digital Host Controller Interface support" 29 + depends on PCI 30 30 help 31 31 This select the generic Secure Digital Host Controller Interface. 32 32 It is used by manufacturers such as Texas Instruments(R), Ricoh(R) ··· 118 118 module will be called tifm_sd. 119 119 120 120 config MMC_SPI 121 - tristate "MMC/SD over SPI (EXPERIMENTAL)" 122 - depends on MMC && SPI_MASTER && !HIGHMEM && EXPERIMENTAL 121 + tristate "MMC/SD over SPI" 122 + depends on MMC && SPI_MASTER && !HIGHMEM 123 123 select CRC7 124 124 select CRC_ITU_T 125 125 help