Commit 2d5d366a authored by Lee Jones's avatar Lee Jones

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.
Reported-by: default avatarRandy Dunlap <rdunlap@infradead.org>
Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
parent 9fc2b9ca
...@@ -864,6 +864,7 @@ config MFD_TPS65218 ...@@ -864,6 +864,7 @@ config MFD_TPS65218
depends on I2C depends on I2C
select MFD_CORE select MFD_CORE
select REGMAP_I2C select REGMAP_I2C
select REGMAP_IRQ
help help
If you say yes here you get support for the TPS65218 series of If you say yes here you get support for the TPS65218 series of
Power Management chips. Power Management chips.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment