diff mbox

mmc: Enable Ricoh MMC quirk by default

Message ID 20150126114415.00369e32@endymion.delvare (mailing list archive)
State New, archived
Headers show

Commit Message

Jean Delvare Jan. 26, 2015, 10:44 a.m. UTC
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(+)

Comments

Ulf Hansson Jan. 27, 2015, 1:56 p.m. UTC | #1
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
diff mbox

Patch

--- 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