diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2017-11-29 11:00:43 +0300 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2018-01-08 14:03:35 +0300 |
commit | a23670df27829558965a3b96a43bd67ed3064988 (patch) | |
tree | 531f21addf0f9d0c8704e70569e3c3ba71578f7d /drivers/mfd | |
parent | 263a7c57db8d59f7fdea39ea525f48d3d42ba697 (diff) | |
download | linux-a23670df27829558965a3b96a43bd67ed3064988.tar.xz |
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/Kconfig | 2 |
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 |