aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis de Bethencourt <luisbg@osg.samsung.com>2015-10-12 12:26:07 -0400
committerLee Jones <lee.jones@linaro.org>2015-10-30 13:19:50 -0400
commit5349ca11ca33dd393539024b613ef352d24cbb51 (patch)
tree881e4f4ecdb9daa143ecd691e8b343a2c93cfe22
parent0386af30d3d99d942dd68a8c64beb4f03958e74f (diff)
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>
-rw-r--r--drivers/mfd/Kconfig2
1 files changed, 1 insertions, 1 deletions
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
1482 1482
1483config MFD_STW481X 1483config MFD_STW481X
1484 tristate "Support for ST Microelectronics STw481x" 1484 tristate "Support for ST Microelectronics STw481x"
1485 depends on I2C && ARCH_NOMADIK 1485 depends on I2C && (ARCH_NOMADIK || COMPILE_TEST)
1486 select REGMAP_I2C 1486 select REGMAP_I2C
1487 select MFD_CORE 1487 select MFD_CORE
1488 help 1488 help