From 3f9947de6ac63ac6845fea2d96d1de83c97dc147 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Lothar=20Wa=C3=9Fmann?= Date: Fri, 21 Aug 2015 16:44:35 +0200 Subject: [PATCH] gpio: mxs: fix prototype of gpio_set_value() --- drivers/mmc/Kconfig | 5 +++++ include/configs/tx28.h | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/drivers/mmc/Kconfig b/drivers/mmc/Kconfig index 7b9b12b7f2..b3d0000454 100644 --- a/drivers/mmc/Kconfig +++ b/drivers/mmc/Kconfig @@ -22,6 +22,11 @@ config FSL_USDHC depends on SOC_MX6 depends on FSL_ESDHC +config MXS_MMC + bool "i.MXS MMC/SDHC controller" + depends on SOC_MXS || SOC_MX6 + select GENERIC_MMC + config SUPPORT_EMMC_BOOT bool "Support boot from eMMC" depends on MMC diff --git a/include/configs/tx28.h b/include/configs/tx28.h index 9927b17137..b30e75fd56 100644 --- a/include/configs/tx28.h +++ b/include/configs/tx28.h @@ -231,7 +231,6 @@ * MMC Driver */ #ifdef CONFIG_CMD_MMC -#define CONFIG_MXS_MMC #define CONFIG_BOUNCE_BUFFER #define CONFIG_DOS_PARTITION -- 2.39.2