diff options
author | Inha Song <ideal.song@samsung.com> | 2014-11-04 10:44:59 +0900 |
---|---|---|
committer | Chanho Park <chanho61.park@samsung.com> | 2014-11-18 12:01:07 +0900 |
commit | 10b2ccdc9400034845f82e6c9140c7768c30a306 (patch) | |
tree | 102b0ad4fd2a2348b5aef93d9cefd7f89678b01f | |
parent | 83cfed4824bd7674a0d9ef5ccf595640beb81d35 (diff) | |
download | linux-3.10-10b2ccdc9400034845f82e6c9140c7768c30a306.tar.gz linux-3.10-10b2ccdc9400034845f82e6c9140c7768c30a306.tar.bz2 linux-3.10-10b2ccdc9400034845f82e6c9140c7768c30a306.zip |
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 <ideal.song@samsung.com>
-rw-r--r-- | arch/arm/configs/tizen_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/configs/tizen_defconfig b/arch/arm/configs/tizen_defconfig index 6ae75922456..36b38270177 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 |