forked from Minki/linux
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>
This commit is contained in:
parent
ed05be5664
commit
23a2a22a3f
@ -680,6 +680,7 @@ config MFD_RT5033
|
|||||||
depends on I2C=y
|
depends on I2C=y
|
||||||
select MFD_CORE
|
select MFD_CORE
|
||||||
select REGMAP_I2C
|
select REGMAP_I2C
|
||||||
|
select REGMAP_IRQ
|
||||||
help
|
help
|
||||||
This driver provides for the Richtek RT5033 Power Management IC,
|
This driver provides for the Richtek RT5033 Power Management IC,
|
||||||
which includes the I2C driver and the Core APIs. This driver provides
|
which includes the I2C driver and the Core APIs. This driver provides
|
||||||
|
Loading…
Reference in New Issue
Block a user