From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Ujfalusi Subject: [PATCH v2] MFD: twl6040: Update Kconfig to avoid build breakage Date: Fri, 8 Jun 2012 11:54:21 +0300 Message-ID: <1339145661-25333-1-git-send-email-peter.ujfalusi@ti.com> Return-path: Received: from na3sys009aog121.obsmtp.com ([74.125.149.145]:33652 "EHLO na3sys009aog121.obsmtp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932218Ab2FHIya (ORCPT ); Fri, 8 Jun 2012 04:54:30 -0400 Received: by lboj14 with SMTP id j14so1643567lbo.21 for ; Fri, 08 Jun 2012 01:54:27 -0700 (PDT) Sender: linux-next-owner@vger.kernel.org List-ID: To: Samuel Ortiz , Stephen Rothwell Cc: linux-kernel@vger.kernel.org, linux-next@vger.kernel.org, t-kristo@ti.com, Randy Dunlap , peter.ujfalusi@ti.com 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 Signed-off-by: Peter Ujfalusi --- drivers/mfd/Kconfig | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index e129c82..92144ed 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig @@ -286,6 +286,7 @@ config TWL6040_CORE depends on I2C=y && GENERIC_HARDIRQS select MFD_CORE select REGMAP_I2C + select IRQ_DOMAIN default n help Say yes here if you want support for Texas Instruments TWL6040 audio -- 1.7.8.6