mfd: pm8xxx: Make elegible for COMPILE_TEST
authorLinus Walleij <linus.walleij@linaro.org>
Wed, 29 Nov 2017 08:00:43 +0000 (09:00 +0100)
committerLee Jones <lee.jones@linaro.org>
Mon, 8 Jan 2018 11:03:35 +0000 (11:03 +0000)
This should be enabled so that we get full compile coverage
of the PM8xxx MFD core with the different subdrivers.

Tested on the build servers.

Suggested-by: Jonathan Cameron <jic23@kernel.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/Kconfig

index fb884fa..b860eb5 100644 (file)
@@ -887,7 +887,7 @@ config UCB1400_CORE
 
 config MFD_PM8XXX
        tristate "Qualcomm PM8xxx PMIC chips driver"
-       depends on (ARM || HEXAGON)
+       depends on (ARM || HEXAGON || COMPILE_TEST)
        select IRQ_DOMAIN
        select MFD_CORE
        select REGMAP