aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/Kconfig
diff options
context:
space:
mode:
authorPeter Ujfalusi <peter.ujfalusi@ti.com>2012-06-08 04:54:21 -0400
committerSamuel Ortiz <sameo@linux.intel.com>2012-07-08 18:16:11 -0400
commita834e81051fd51890bd9a64e109b587f8e12199a (patch)
tree0b8663e4cc53bc640c0e1d3192153f45b20efaf7 /drivers/mfd/Kconfig
parentff2b7ac6f6c58b0011d9d73004fb6e396f514018 (diff)
mfd: Update twl6040 Kconfig to avoid build breakage
twl6040 needs CONFIG_IRQ_DOMAIN to compile, without this we have: drivers/mfd/twl6040-irq.c: In function 'twl6040_irq_init': drivers/mfd/twl6040-irq.c:164:2: error: implicit declaration of function 'irq_domain_add_legacy' drivers/mfd/twl6040-irq.c:165:11: error: 'irq_domain_simple_ops' undeclared (first use in this function) drivers/mfd/twl6040-irq.c:165:11: note: each undeclared identifier is reported only once for each function it appears in Reported-by: Randy Dunlap <rdunlap@xenotime.net> Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/mfd/Kconfig')
-rw-r--r--drivers/mfd/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig
index d43876c6da23..b3dee92fd3a8 100644
--- a/drivers/mfd/Kconfig
+++ b/drivers/mfd/Kconfig
@@ -287,6 +287,7 @@ config TWL6040_CORE
287 depends on I2C=y && GENERIC_HARDIRQS 287 depends on I2C=y && GENERIC_HARDIRQS
288 select MFD_CORE 288 select MFD_CORE
289 select REGMAP_I2C 289 select REGMAP_I2C
290 select IRQ_DOMAIN
290 default n 291 default n
291 help 292 help
292 Say yes here if you want support for Texas Instruments TWL6040 audio 293 Say yes here if you want support for Texas Instruments TWL6040 audio