Re: [PATCH] mfd: max14577: Select REGMAP_IRQ

2014-03-11 Thread Lee Jones
> MAXIM 14577 MFD driver uses the regmap_irq_chip so it's Kconfig entry > should select REGMAP_IRQ. > > Signed-off-by: Krzysztof Kozlowski > --- > drivers/mfd/Kconfig |1 + > 1 file changed, 1 insertion(+) Applied, thanks. -- Lee Jones Linaro STMicroelectronics Landing Team Lead Linaro.or

[PATCH] mfd: max14577: Select REGMAP_IRQ

2014-03-11 Thread Krzysztof Kozlowski
MAXIM 14577 MFD driver uses the regmap_irq_chip so it's Kconfig entry should select REGMAP_IRQ. Signed-off-by: Krzysztof Kozlowski --- drivers/mfd/Kconfig |1 + 1 file changed, 1 insertion(+) diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index 49bb445d846a..50dd5654d356 100644 ---