]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
mfd: sun4i-gpadc: Select regmap-irq
authorArnd Bergmann <arnd@arndb.de>
Mon, 31 Oct 2016 15:31:45 +0000 (16:31 +0100)
committerLee Jones <lee.jones@linaro.org>
Tue, 29 Nov 2016 08:21:33 +0000 (08:21 +0000)
The new sun4i mfd driver is lacking a dependency, triggering very rarely
int randconfig kernel builds:

drivers/mfd/sun4i-gpadc.o: In function `sun4i_gpadc_probe':
sun4i-gpadc.c:(.text.sun4i_gpadc_probe+0x110): undefined reference to `devm_regmap_add_irq_chip'

This adds a 'select REGMAP_IRQ', as the other drivers with this problem do.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/Kconfig

index c7dd3287055840153692cd4b80e804335b3d0cc9..0fde51ee633d7d8e04b01de507601446dec80d7c 100644 (file)
@@ -44,6 +44,7 @@ config MFD_SUN4I_GPADC
        tristate "Allwinner sunxi platforms' GPADC MFD driver"
        select MFD_CORE
        select REGMAP_MMIO
+       select REGMAP_IRQ
        depends on ARCH_SUNXI || COMPILE_TEST
        help
          Select this to get support for Allwinner SoCs (A10, A13 and A31) ADC.