From 10b2ccdc9400034845f82e6c9140c7768c30a306 Mon Sep 17 00:00:00 2001 From: Inha Song Date: Tue, 4 Nov 2014 10:44:59 +0900 Subject: [PATCH] ARM: tizen_defconfig: update number of minors per block device to allow more than 8 partitions This patch update MMC_BLOCK_MINORS to allow more than 8 partitions per block device. Number of total MMC minors available is 256. Change-Id: Ibd9bd1d2236ced4066d60aa53d11d9f82da21f4e Signed-off-by: Inha Song --- arch/arm/configs/tizen_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/configs/tizen_defconfig b/arch/arm/configs/tizen_defconfig index 6ae7592..36b38270 100644 --- a/arch/arm/configs/tizen_defconfig +++ b/arch/arm/configs/tizen_defconfig @@ -2674,7 +2674,7 @@ CONFIG_MMC_CLKGATE=y # MMC/SD/SDIO Card Drivers # CONFIG_MMC_BLOCK=y -CONFIG_MMC_BLOCK_MINORS=8 +CONFIG_MMC_BLOCK_MINORS=32 CONFIG_MMC_BLOCK_BOUNCE=y # CONFIG_SDIO_UART is not set # CONFIG_MMC_TEST is not set -- 2.7.4