mfd: rt5033: MFD_RT5033 needs to select REGMAP_IRQ
authorArtem Savkov <asavkov@redhat.com>
Thu, 5 Mar 2015 11:42:27 +0000 (12:42 +0100)
committerLee Jones <lee.jones@linaro.org>
Thu, 12 Mar 2015 09:06:54 +0000 (09:06 +0000)
commit23a2a22a3f3f17de094f386a893f7047c10e44a0
tree943004f5fc6de1e6de88f926a67c0ed55e82fc8d
parented05be56643e3420037c5f3854bed249b4f2f758
mfd: rt5033: MFD_RT5033 needs to select REGMAP_IRQ

Since commit 0b2712585(linux-next.git) this driver uses regmap_irq and so needs
to select REGMAP_IRQ.

This fixes the following compilation errors:
ERROR: "regmap_irq_get_domain" [drivers/mfd/rt5033.ko] undefined!
ERROR: "regmap_add_irq_chip" [drivers/mfd/rt5033.ko] undefined!

Signed-off-by: Artem Savkov <asavkov@redhat.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/Kconfig
This page took 0.025465 seconds and 5 git commands to generate.