diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2017-03-08 12:19:07 +0300 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2017-03-18 02:58:12 +0300 |
commit | 51a08de0fd3d1d25d28f99ef992cb429cced56a5 (patch) | |
tree | 81c899618ecce44de9e7814004f1d27d4e52537d /arch/arm/configs/multi_v7_defconfig | |
parent | bdd3c25423cb42171446940bca0946e0443e1a84 (diff) | |
download | linux-51a08de0fd3d1d25d28f99ef992cb429cced56a5.tar.xz |
arm: set CONFIG_MMC_BCM2835=y in bcm2835_defconfig and multi_v7_defconfig
We need to enable this controller so that we can switch the SD card's
pinmux over to it by default, which will improve storage performance.
Read access (dd with 64k blocks on rpi2):
CONFIG_MMC_SDHCI_IPROC: 11-12 MB/s
CONFIG_MMC_BCM2835: 19-20 MB/s
Differences on write access are pretty much in the noise.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
Diffstat (limited to 'arch/arm/configs/multi_v7_defconfig')
-rw-r--r-- | arch/arm/configs/multi_v7_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig index a94126fb02c2..63b94d0e5503 100644 --- a/arch/arm/configs/multi_v7_defconfig +++ b/arch/arm/configs/multi_v7_defconfig @@ -730,6 +730,7 @@ CONFIG_MMC_DW_EXYNOS=y CONFIG_MMC_DW_ROCKCHIP=y CONFIG_MMC_SH_MMCIF=y CONFIG_MMC_SUNXI=y +CONFIG_MMC_BCM2835=y CONFIG_NEW_LEDS=y CONFIG_LEDS_CLASS=y CONFIG_LEDS_CLASS_FLASH=m |