All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] mfd, TWL4030: TWL4030 need select REGMAP_I2C
@ 2012-12-24 14:19 Chuansheng Liu
  2012-12-31 10:03 ` Peter Ujfalusi
  0 siblings, 1 reply; 9+ messages in thread
From: Chuansheng Liu @ 2012-12-24 14:19 UTC (permalink / raw)
  To: sameo, peter.ujfalusi; +Cc: linux-kernel, chuansheng.liu



This patch fix the below build error:
drivers/built-in.o: In function `twl_probe':
drivers/mfd/twl-core.c:1256: undefined reference to `devm_regmap_init_i2c'
make: *** [vmlinux] Error 1

Signed-off-by: liu chuansheng <chuansheng.liu@intel.com>
---
 drivers/mfd/Kconfig |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig
index 1c0abd4..47ad4e2 100644
--- a/drivers/mfd/Kconfig
+++ b/drivers/mfd/Kconfig
@@ -292,6 +292,7 @@ config TWL4030_CORE
 	bool "Texas Instruments TWL4030/TWL5030/TWL6030/TPS659x0 Support"
 	depends on I2C=y && GENERIC_HARDIRQS
 	select IRQ_DOMAIN
+	select REGMAP_I2C
 	help
 	  Say yes here if you have TWL4030 / TWL6030 family chip on your board.
 	  This core driver provides register access and IRQ handling
-- 
1.7.0.4




^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2013-01-22  0:42 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-24 14:19 [PATCH] mfd, TWL4030: TWL4030 need select REGMAP_I2C Chuansheng Liu
2012-12-31 10:03 ` Peter Ujfalusi
2013-01-10 10:07   ` Omar Ramirez Luna
2013-01-10 10:27     ` Omar Ramirez Luna
2013-01-14  2:18   ` Liu, Chuansheng
2013-01-14  9:27     ` Peter Ujfalusi
2013-01-14 16:14       ` gregkh
2013-01-22  0:37     ` Samuel Ortiz
2013-01-22  0:42       ` Liu, Chuansheng

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.