[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20131029133520.GB2180@swordfish.minsk.epam.com>
Date: Tue, 29 Oct 2013 16:35:20 +0300
From: Sergey Senozhatsky <sergey.senozhatsky@...il.com>
To: Chris Ball <cjb@...top.org>
Cc: linux-mmc@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [PATCH -next] mmc: MMC requires GPIOLIB to build
MMC should select GPIOLIB to build:
ERROR: "devm_gpio_request_one" [drivers/mmc/core/mmc_core.ko] undefined!
linux-next/scripts/Makefile.modpost:90: recipe for target '__modpost' failed
make[1]: *** [__modpost] Error 1
Makefile:955: recipe for target 'modules' failed
Signed-off-by: Sergey Senozhatsky <sergey.senozhatsky@...il.com>
---
drivers/mmc/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/mmc/Kconfig b/drivers/mmc/Kconfig
index f2eeb38..bf44002 100644
--- a/drivers/mmc/Kconfig
+++ b/drivers/mmc/Kconfig
@@ -5,6 +5,7 @@
menuconfig MMC
tristate "MMC/SD/SDIO card support"
depends on HAS_IOMEM
+ select GPIOLIB
help
This selects MultiMediaCard, Secure Digital and Secure
Digital I/O support.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists