Message ID | 20150126114415.00369e32@endymion.delvare (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On 26 January 2015 at 11:44, Jean Delvare <jdelvare@suse.de> wrote: > Config option MMC_RICOH_MMC's help text reads: > > If unsure, say Y. > > However the option defaults to N. Set the default to Y to match the > recommendation in the help text. > > Signed-off-by: Jean Delvare <jdelvare@suse.de> > Cc: Chris Ball <chris@printf.net> > Cc: Ulf Hansson <ulf.hansson@linaro.org> > Cc: Philipl Langdale <philipl@overt.org> Thanks! Applied for next. Kind regards Uffe > --- > drivers/mmc/host/Kconfig | 1 + > 1 file changed, 1 insertion(+) > > --- linux-3.19-rc6.orig/drivers/mmc/host/Kconfig 2015-01-26 11:39:05.048048277 +0100 > +++ linux-3.19-rc6/drivers/mmc/host/Kconfig 2015-01-26 11:39:27.121513084 +0100 > @@ -83,6 +83,7 @@ config MMC_SDHCI_PCI > config MMC_RICOH_MMC > bool "Ricoh MMC Controller Disabler" > depends on MMC_SDHCI_PCI > + default y > help > This adds a pci quirk to disable Ricoh MMC Controller. This > proprietary controller is unnecessary because the SDHCI driver > > > -- > Jean Delvare > SUSE L3 Support -- To unsubscribe from this list: send the line "unsubscribe linux-mmc" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
--- linux-3.19-rc6.orig/drivers/mmc/host/Kconfig 2015-01-26 11:39:05.048048277 +0100 +++ linux-3.19-rc6/drivers/mmc/host/Kconfig 2015-01-26 11:39:27.121513084 +0100 @@ -83,6 +83,7 @@ config MMC_SDHCI_PCI config MMC_RICOH_MMC bool "Ricoh MMC Controller Disabler" depends on MMC_SDHCI_PCI + default y help This adds a pci quirk to disable Ricoh MMC Controller. This proprietary controller is unnecessary because the SDHCI driver
Config option MMC_RICOH_MMC's help text reads: If unsure, say Y. However the option defaults to N. Set the default to Y to match the recommendation in the help text. Signed-off-by: Jean Delvare <jdelvare@suse.de> Cc: Chris Ball <chris@printf.net> Cc: Ulf Hansson <ulf.hansson@linaro.org> Cc: Philipl Langdale <philipl@overt.org> --- drivers/mmc/host/Kconfig | 1 + 1 file changed, 1 insertion(+)