From: Luis de Bethencourt <luisbg@osg.samsung.com>
Date: Mon, 12 Oct 2015 16:26:07 +0000 (+0100)
Subject: mfd: Kconfig: Compile MFD_STW481X with COMPILE_TEST
X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=5349ca11ca33dd393539024b613ef352d24cbb51;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git

mfd: Kconfig: Compile MFD_STW481X with COMPILE_TEST

The driver depends on ARCH_NOMADIK but there isn't a build dependency
so it's a good idea to allow the driver to always be built when the
COMPILE_TEST option is enabled.

That way, the driver can be built with a config generated by make
allyesconfig and check if a patch would break the build.

Signed-off-by: Luis de Bethencourt <luisbg@osg.samsung.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
---

diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig
index 87e84e7c71da..d6514fb35f78 100644
--- a/drivers/mfd/Kconfig
+++ b/drivers/mfd/Kconfig
@@ -1482,7 +1482,7 @@ config MFD_WM8994
 
 config MFD_STW481X
 	tristate "Support for ST Microelectronics STw481x"
-	depends on I2C && ARCH_NOMADIK
+	depends on I2C && (ARCH_NOMADIK || COMPILE_TEST)
 	select REGMAP_I2C
 	select MFD_CORE
 	help