dect
/
linux-2.6
Archived
13
0
Fork 0

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: Randy Dunlap <rdunlap@xenotime.net>
Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
This commit is contained in:
Randy Dunlap 2012-07-23 10:32:58 -07:00 committed by Samuel Ortiz
parent 508c829994
commit 78948c17a4
1 changed files with 1 additions and 0 deletions

View File

@ -523,6 +523,7 @@ config MFD_SEC_CORE
config MFD_ARIZONA
select REGMAP
select REGMAP_IRQ
bool
config MFD_ARIZONA_I2C