* [PATCH] mfd: tps65090: MFD_TPS65090 needs to select REGMAP_IRQ
@ 2012-11-27 7:15 Axel Lin
2012-11-27 8:45 ` Samuel Ortiz
0 siblings, 1 reply; 2+ messages in thread
From: Axel Lin @ 2012-11-27 7:15 UTC (permalink / raw)
To: Samuel Ortiz; +Cc: Laxman Dewangan, linux-kernel
This fixes below build error:
drivers/built-in.o: In function `tps65090_i2c_probe':
drivers/mfd/tps65090.c:180: undefined reference to `regmap_add_irq_chip'
drivers/mfd/tps65090.c:190: undefined reference to `regmap_irq_chip_get_base'
drivers/mfd/tps65090.c:203: undefined reference to `regmap_del_irq_chip'
drivers/built-in.o: In function `tps65090_i2c_remove':
drivers/mfd/tps65090.c:213: undefined reference to `regmap_del_irq_chip'
make: *** [vmlinux] Error 1
Signed-off-by: Axel Lin <axel.lin@ingics.com>
---
drivers/mfd/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig
index a8fef75..09d43a9 100644
--- a/drivers/mfd/Kconfig
+++ b/drivers/mfd/Kconfig
@@ -1015,6 +1015,7 @@ config MFD_TPS65090
depends on I2C=y && GENERIC_HARDIRQS
select MFD_CORE
select REGMAP_I2C
+ select REGMAP_IRQ
help
If you say yes here you get support for the TPS65090 series of
Power Management chips.
--
1.7.9.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] mfd: tps65090: MFD_TPS65090 needs to select REGMAP_IRQ
2012-11-27 7:15 [PATCH] mfd: tps65090: MFD_TPS65090 needs to select REGMAP_IRQ Axel Lin
@ 2012-11-27 8:45 ` Samuel Ortiz
0 siblings, 0 replies; 2+ messages in thread
From: Samuel Ortiz @ 2012-11-27 8:45 UTC (permalink / raw)
To: Axel Lin; +Cc: Laxman Dewangan, linux-kernel
Hi Axel,
On Tue, Nov 27, 2012 at 03:15:17PM +0800, Axel Lin wrote:
> This fixes below build error:
>
> drivers/built-in.o: In function `tps65090_i2c_probe':
> drivers/mfd/tps65090.c:180: undefined reference to `regmap_add_irq_chip'
> drivers/mfd/tps65090.c:190: undefined reference to `regmap_irq_chip_get_base'
> drivers/mfd/tps65090.c:203: undefined reference to `regmap_del_irq_chip'
> drivers/built-in.o: In function `tps65090_i2c_remove':
> drivers/mfd/tps65090.c:213: undefined reference to `regmap_del_irq_chip'
> make: *** [vmlinux] Error 1
>
> Signed-off-by: Axel Lin <axel.lin@ingics.com>
> ---
> drivers/mfd/Kconfig | 1 +
> 1 file changed, 1 insertion(+)
Applied, thanks a lot.
Cheers,
Samuel.
--
Intel Open Source Technology Centre
http://oss.intel.com/
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-11-27 8:45 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-27 7:15 [PATCH] mfd: tps65090: MFD_TPS65090 needs to select REGMAP_IRQ Axel Lin
2012-11-27 8:45 ` Samuel Ortiz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox