Message ID | 20171129080043.4123-1-linus.walleij@linaro.org |
---|---|
State | Accepted |
Commit | a23670df27829558965a3b96a43bd67ed3064988 |
Headers | show |
Series | mfd: pm8xxx: Make elegible for COMPILE_TEST | expand |
On Wed, 29 Nov 2017, Linus Walleij wrote: > 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> > --- > drivers/mfd/Kconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Applied, thanks. -- Lee Jones Linaro STMicroelectronics Landing Team Lead Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index 1d20a800e967..a54645e6ac4e 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig @@ -877,7 +877,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
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> --- drivers/mfd/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 2.14.3