[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1394465351-14764-1-git-send-email-lee.jones@linaro.org>
Date: Mon, 10 Mar 2014 15:29:11 +0000
From: Lee Jones <lee.jones@...aro.org>
To: linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org
Cc: linus.walleij@...aro.org, Lee Jones <lee.jones@...aro.org>,
Mark Brown <broonie@...nel.org>
Subject: [PATCH] mfd: tps65218: Fix reported randconfig error
Reported error was:
ERROR: "regmap_del_irq_chip" [drivers/mfd/tps65218.ko] undefined!
when CONFIG_REGMAP_IRQ is not enabled.
Cc: Mark Brown <broonie@...nel.org>
Reported-by: Randy Dunlap <rdunlap@...radead.org>
Signed-off-by: Lee Jones <lee.jones@...aro.org>
---
drivers/mfd/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig
index 7c443f2..456a7e7 100644
--- a/drivers/mfd/Kconfig
+++ b/drivers/mfd/Kconfig
@@ -864,6 +864,7 @@ config MFD_TPS65218
depends on I2C
select MFD_CORE
select REGMAP_I2C
+ select REGMAP_IRQ
help
If you say yes here you get support for the TPS65218 series of
Power Management chips.
--
1.8.3.2
--
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