From: Georgi Djakov Date: Thu, 25 Feb 2016 10:46:32 +0000 (+0200) Subject: arm64: defconfig: Increase MMC_BLOCK_MINORS to 16 X-Git-Tag: v4.6-rc1~75^2~2 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=2f85bb09d95e27c2932fc86e41318962bd33af96;p=karo-tx-linux.git arm64: defconfig: Increase MMC_BLOCK_MINORS to 16 Increase the block minors from the default 8 to 16. The db410c board by default has eMMC rootfs on the 10th partition. Signed-off-by: Georgi Djakov Signed-off-by: Olof Johansson --- diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 542d22e609af..872fa01499c3 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -205,6 +205,7 @@ CONFIG_USB_MSM_OTG=y CONFIG_USB_ULPI=y CONFIG_USB_GADGET=y CONFIG_MMC=y +CONFIG_MMC_BLOCK_MINORS=16 CONFIG_MMC_ARMMMCI=y CONFIG_MMC_SDHCI=y CONFIG_MMC_SDHCI_PLTFM=y