提交 23a2a22a 编写于 作者: A Artem Savkov 提交者: Lee Jones

mfd: rt5033: MFD_RT5033 needs to select REGMAP_IRQ

Since commit 0b271258(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: NArtem Savkov <asavkov@redhat.com>
Signed-off-by: NLee Jones <lee.jones@linaro.org>
上级 ed05be56
......@@ -680,6 +680,7 @@ config MFD_RT5033
depends on I2C=y
select MFD_CORE
select REGMAP_I2C
select REGMAP_IRQ
help
This driver provides for the Richtek RT5033 Power Management IC,
which includes the I2C driver and the Core APIs. This driver provides
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册