f0a5f24217
- two upstreamed patches removed - compile tested all targets using 4.1 - run tested ar71xx Signed-off-by: Roman Yeryomin <roman@advem.lv> Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 47694
25 lines
749 B
Diff
25 lines
749 B
Diff
From 3069c2bfe0da7c6c13a61b0e1d457fd0e021e27b Mon Sep 17 00:00:00 2001
|
|
From: Yingjoe Chen <yingjoe.chen@mediatek.com>
|
|
Date: Mon, 15 Jun 2015 19:20:53 +0800
|
|
Subject: [PATCH 38/76] ARM: multi_v7_defconfig: Enable Mediatek MMC support
|
|
multi-v7
|
|
|
|
Add CONFIG_MMC_MTK=y in defconfig
|
|
|
|
Signed-off-by: Yingjoe Chen <yingjoe.chen@mediatek.com>
|
|
Signed-off-by: Chaotian Jing <chaotian.jing@mediatek.com>
|
|
---
|
|
arch/arm/configs/multi_v7_defconfig | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
--- a/arch/arm/configs/multi_v7_defconfig
|
|
+++ b/arch/arm/configs/multi_v7_defconfig
|
|
@@ -477,6 +477,7 @@ CONFIG_MMC_DW_EXYNOS=y
|
|
CONFIG_MMC_DW_ROCKCHIP=y
|
|
CONFIG_MMC_SH_MMCIF=y
|
|
CONFIG_MMC_SUNXI=y
|
|
+CONFIG_MMC_MTK=y
|
|
CONFIG_NEW_LEDS=y
|
|
CONFIG_LEDS_CLASS=y
|
|
CONFIG_LEDS_GPIO=y
|