mirror of https://gitee.com/openkylin/linux.git
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>
This commit is contained in:
parent
e9bb997a89
commit
ba2f73250e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue