aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Stultz <john.stultz@linaro.org>2015-11-18 11:56:53 -0800
committerJohn Stultz <john.stultz@linaro.org>2015-11-19 13:01:11 -0800
commit13886cd046982091f5145d97775ddee2cd19633c (patch)
tree54789f6f244dcd76bce415a6be6aebc6fa231115
parent455f4866f05cef0c4d73ecf7716beb379fc8c769 (diff)
hikey_defconfig: Enable CONFIG_MMC_PARANOID_SD_INITexperimental/android-hikey-linaro-4.1-cleanup
The uSD card has some trouble initializing on hotplug, so enable the Android MMC_PARANOID_SD_INIT kernel option to work around this. Signed-off-by: John Stultz <john.stultz@linaro.org>
-rw-r--r--arch/arm64/configs/hikey_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/configs/hikey_defconfig b/arch/arm64/configs/hikey_defconfig
index d85280f02ae0..51288191f4b0 100644
--- a/arch/arm64/configs/hikey_defconfig
+++ b/arch/arm64/configs/hikey_defconfig
@@ -312,6 +312,7 @@ CONFIG_USB_CONFIGFS_SERIAL=y
CONFIG_USB_CONFIGFS_ACM=y
CONFIG_USB_CONFIGFS_F_FS=y
CONFIG_MMC=y
+CONFIG_MMC_PARANOID_SD_INIT=y
CONFIG_MMC_BLOCK_MINORS=64
CONFIG_MMC_ARMMMCI=y
CONFIG_MMC_SDHCI=y