]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
arm: set CONFIG_MMC_BCM2835=y in bcm2835_defconfig and multi_v7_defconfig
authorGerd Hoffmann <kraxel@redhat.com>
Wed, 8 Mar 2017 09:19:07 +0000 (10:19 +0100)
committerEric Anholt <eric@anholt.net>
Fri, 17 Mar 2017 23:58:12 +0000 (16:58 -0700)
commit51a08de0fd3d1d25d28f99ef992cb429cced56a5
tree81c899618ecce44de9e7814004f1d27d4e52537d
parentbdd3c25423cb42171446940bca0946e0443e1a84
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>
arch/arm/configs/bcm2835_defconfig
arch/arm/configs/multi_v7_defconfig