mfd: abx500-core: Allow driver to built if COMPILE_TEST is enabled
authorJavier Martinez Canillas <javier@osg.samsung.com>
Fri, 14 Oct 2016 12:57:32 +0000 (09:57 -0300)
committerLee Jones <lee.jones@linaro.org>
Tue, 29 Nov 2016 08:21:22 +0000 (08:21 +0000)
commit108fbd619869e44f7b70c97e30b5a5d0114791af
tree6a924b7c91f339eb92b3fd611b3e2643a83ff5fc
parent23feb7c6e1245ea76b89c9b22d9cc4a4dfb37626
mfd: abx500-core: Allow driver to built if COMPILE_TEST is enabled

The driver only has runtime but no build time dependency with ARCH_U300 ||
ARCH_U8500 So it can be built for testing purposes if COMPILE_TEST option
is enabled.

This is useful to have more build coverage and make sure that the driver
is not affected by changes that could cause build regressions.

Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/Kconfig