aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2017-11-29 09:00:43 +0100
committerLee Jones <lee.jones@linaro.org>2018-01-08 11:03:35 +0000
commita23670df27829558965a3b96a43bd67ed3064988 (patch)
tree531f21addf0f9d0c8704e70569e3c3ba71578f7d /drivers/mfd
parentmfd: kempld-core: Use resource_size function on resource object (diff)
downloadlinux-dev-a23670df27829558965a3b96a43bd67ed3064988.tar.xz
linux-dev-a23670df27829558965a3b96a43bd67ed3064988.zip
mfd: pm8xxx: Make elegible for COMPILE_TEST
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>
Diffstat (limited to 'drivers/mfd')
-rw-r--r--drivers/mfd/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig
index fb884fab0b8d..b860eb5aa194 100644
--- a/drivers/mfd/Kconfig
+++ b/drivers/mfd/Kconfig
@@ -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