From: Gerd Hoffmann Date: Wed, 8 Mar 2017 09:19:09 +0000 (+0100) Subject: arm64: set CONFIG_MMC_BCM2835=y in defconfig X-Git-Tag: v4.12-rc1~53^2~4^2^2 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=3c9d36192802d60fca73c85c7096221371c36be7;p=karo-tx-linux.git 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 Reviewed-by: Eric Anholt --- diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 7c48028ec64a..519a55c825d5 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -398,6 +398,7 @@ CONFIG_MMC_DW_EXYNOS=y CONFIG_MMC_DW_K3=y CONFIG_MMC_DW_ROCKCHIP=y CONFIG_MMC_SUNXI=y +CONFIG_MMC_BCM2835=y CONFIG_NEW_LEDS=y CONFIG_LEDS_CLASS=y CONFIG_LEDS_GPIO=y