ARM: tizen_defconfig: update number of minors per block device to allow more than...
authorInha Song <ideal.song@samsung.com>
Tue, 4 Nov 2014 01:44:59 +0000 (10:44 +0900)
committerChanho Park <chanho61.park@samsung.com>
Tue, 18 Nov 2014 03:01:07 +0000 (12:01 +0900)
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 <ideal.song@samsung.com>
arch/arm/configs/tizen_defconfig

index 6ae7592..36b3827 100644 (file)
@@ -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