提交 78948c17 编写于 作者: R Randy Dunlap 提交者: Samuel Ortiz

mfd: Fix arizona-irq.c build by selecting REGMAP_IRQ

arizona-irq.c uses functions that are only available when
CONFIG_REGMAP_IRQ is enabled, so select that symbol for
arizona builds.

Fixes these build errors:

arizona-irq.c:(.text+0xb2d47): undefined reference to `regmap_irq_get_virq'
(.text+0xb2fe3): undefined reference to `regmap_add_irq_chip'
(.text+0xb3173): undefined reference to `regmap_del_irq_chip'
Signed-off-by: NRandy Dunlap <rdunlap@xenotime.net>
Acked-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: NSamuel Ortiz <sameo@linux.intel.com>
上级 508c8299
......@@ -523,6 +523,7 @@ config MFD_SEC_CORE
config MFD_ARIZONA
select REGMAP
select REGMAP_IRQ
bool
config MFD_ARIZONA_I2C
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册