aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGregory CLEMENT <gregory.clement@free-electrons.com>2017-03-30 11:23:05 -0400
committerGregory CLEMENT <gregory.clement@free-electrons.com>2017-04-12 09:35:11 -0400
commita1485f5a91b975f41c5689a9c72d626108779bf7 (patch)
tree49f96524b39ffd790e453d0592623342256d4400
parent66e56302842e9971426bd7e504c4db4f88cbb037 (diff)
arm64: configs: enable SDHCI driver for Xenon
This patch enables the driver for the SDHCI controller found on the Marvell Armada 3700 and 7K/8K ARM64 SoCs. Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
-rw-r--r--arch/arm64/configs/defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 8e27221afded..93b0aab959c0 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -401,6 +401,7 @@ CONFIG_MMC_DW_EXYNOS=y
401CONFIG_MMC_DW_K3=y 401CONFIG_MMC_DW_K3=y
402CONFIG_MMC_DW_ROCKCHIP=y 402CONFIG_MMC_DW_ROCKCHIP=y
403CONFIG_MMC_SUNXI=y 403CONFIG_MMC_SUNXI=y
404CONFIG_MMC_SDHCI_XENON=y
404CONFIG_NEW_LEDS=y 405CONFIG_NEW_LEDS=y
405CONFIG_LEDS_CLASS=y 406CONFIG_LEDS_CLASS=y
406CONFIG_LEDS_GPIO=y 407CONFIG_LEDS_GPIO=y