From: Georgi Djakov Date: Thu, 9 Oct 2014 08:33:34 +0000 (+0300) Subject: ARM: qcom: Increase MMC_BLOCK_MINORS in defconfig X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=dc344b62121c4e2ba5bd9d5bf7a2b4ce5f0487ce;p=linux-beck.git ARM: qcom: Increase MMC_BLOCK_MINORS in defconfig There are currently more than 16 partitions on the eMMC of all recent Qualcomm devices. Increase the number of minors per block device to detect all available partitions. Signed-off-by: Georgi Djakov Signed-off-by: Kumar Gala --- diff --git a/arch/arm/configs/qcom_defconfig b/arch/arm/configs/qcom_defconfig index 2de999338df0..d2f2babfd47a 100644 --- a/arch/arm/configs/qcom_defconfig +++ b/arch/arm/configs/qcom_defconfig @@ -125,7 +125,7 @@ CONFIG_USB_GADGET=y CONFIG_USB_GADGET_DEBUG_FILES=y CONFIG_USB_GADGET_VBUS_DRAW=500 CONFIG_MMC=y -CONFIG_MMC_BLOCK_MINORS=16 +CONFIG_MMC_BLOCK_MINORS=32 CONFIG_MMC_ARMMMCI=y CONFIG_MMC_SDHCI=y CONFIG_MMC_SDHCI_PLTFM=y