diff options
author | Olof Johansson <olof@lixom.net> | 2013-12-03 10:21:49 -0800 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2013-12-03 12:39:14 -0800 |
commit | f39918eec72c841037f16475867dac1a2b0bfc01 (patch) | |
tree | 9a908bbad52ba774d721cbdc160e2294b7420804 /arch | |
parent | 610ffd58dbbccaf7a6e0fe85c5a345200466adc2 (diff) | |
download | linux-stable-f39918eec72c841037f16475867dac1a2b0bfc01.tar.gz linux-stable-f39918eec72c841037f16475867dac1a2b0bfc01.tar.bz2 linux-stable-f39918eec72c841037f16475867dac1a2b0bfc01.zip |
ARM: multi_v7_defconfig: enable SDHCI_BCM_KONA and MMC_BLOCK_MINORS=16
Enable MMC/SD on the Broadcom mobile platforms, and increase the block
minors from the default 8 to 16 (since the Broadcom board by default
has root on the 8th partition).
Signed-off-by: Olof Johansson <olof@lixom.net>
Cc: stable@vger.kernel.org # v3.12
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/configs/multi_v7_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig index d30507d3d1a3..c1df4e9db140 100644 --- a/arch/arm/configs/multi_v7_defconfig +++ b/arch/arm/configs/multi_v7_defconfig @@ -134,12 +134,14 @@ CONFIG_USB_GPIO_VBUS=y CONFIG_USB_ISP1301=y CONFIG_USB_MXS_PHY=y CONFIG_MMC=y +CONFIG_MMC_BLOCK_MINORS=16 CONFIG_MMC_ARMMMCI=y CONFIG_MMC_SDHCI=y CONFIG_MMC_SDHCI_PLTFM=y CONFIG_MMC_SDHCI_ESDHC_IMX=y CONFIG_MMC_SDHCI_TEGRA=y CONFIG_MMC_SDHCI_SPEAR=y +CONFIG_MMC_SDHCI_BCM_KONA=y CONFIG_MMC_OMAP=y CONFIG_MMC_OMAP_HS=y CONFIG_EDAC=y |