From: Linus Walleij Date: Wed, 29 Nov 2017 08:00:43 +0000 (+0100) Subject: mfd: pm8xxx: Make elegible for COMPILE_TEST X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=a23670df27829558965a3b96a43bd67ed3064988;p=linux.git 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 Signed-off-by: Linus Walleij Signed-off-by: Lee Jones --- diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index fb884fab0b8d2..b860eb5aa1944 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