From: Lothar Waßmann Date: Fri, 21 Aug 2015 14:44:35 +0000 (+0200) Subject: gpio: mxs: fix prototype of gpio_set_value() X-Git-Tag: KARO-TX6-2015-09-18~4034^2~1^2~17 X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=commitdiff_plain;h=3f9947de6ac63ac6845fea2d96d1de83c97dc147 gpio: mxs: fix prototype of gpio_set_value() --- 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