]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
arm64: set CONFIG_MMC_BCM2835=y in defconfig
authorGerd Hoffmann <kraxel@redhat.com>
Wed, 8 Mar 2017 09:19:09 +0000 (10:19 +0100)
committerEric Anholt <eric@anholt.net>
Sat, 18 Mar 2017 00:02:52 +0000 (17:02 -0700)
commit3c9d36192802d60fca73c85c7096221371c36be7
tree0387092a984b88ae0e38d2fcd0959b42c3eee3cc
parentc1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201
arm64: set CONFIG_MMC_BCM2835=y in 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/arm64/configs/defconfig