diff options
author | Jean Delvare <jdelvare@suse.de> | 2015-01-26 13:44:15 +0300 |
---|---|---|
committer | Ulf Hansson <ulf.hansson@linaro.org> | 2015-01-28 14:32:19 +0300 |
commit | ba2f73250e4a12471185838911966628a036fcee (patch) | |
tree | 235de98b24e68533d1705d601cd4c221bb14ffee /drivers/mmc/host/Kconfig | |
parent | e9bb997a8925e95fa3ef30a9c26100d81e600647 (diff) | |
download | linux-ba2f73250e4a12471185838911966628a036fcee.tar.xz |
mmc: Enable Ricoh MMC quirk by default
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>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Diffstat (limited to 'drivers/mmc/host/Kconfig')
-rw-r--r-- | drivers/mmc/host/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mmc/host/Kconfig b/drivers/mmc/host/Kconfig index 85df91f55b63..11f81b6fd6d9 100644 --- a/drivers/mmc/host/Kconfig +++ b/drivers/mmc/host/Kconfig @@ -82,6 +82,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 |