diff options
author | Axel Lin <axel.lin@ingics.com> | 2016-02-26 03:00:50 -0500 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2016-03-06 23:38:34 -0500 |
commit | 24030d9d9550d1a0b9bfcf6b60da29f7a2bb31cf (patch) | |
tree | a42e50784761aac8c9e255547f2aa71a557c69d3 /drivers/gpio/Kconfig | |
parent | 0c271658aa4b60f5739691e540548aa140e4b3b5 (diff) |
gpio: moxart: Allow compile test build
There is no build dependency for this driver, so enable COMPILE_TEST to get
better build coverage.
Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/gpio/Kconfig')
-rw-r--r-- | drivers/gpio/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index 619767b0c0bc..96ad29de3a3e 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig | |||
@@ -280,7 +280,7 @@ config GPIO_MM_LANTIQ | |||
280 | 280 | ||
281 | config GPIO_MOXART | 281 | config GPIO_MOXART |
282 | bool "MOXART GPIO support" | 282 | bool "MOXART GPIO support" |
283 | depends on ARCH_MOXART | 283 | depends on ARCH_MOXART || COMPILE_TEST |
284 | select GPIO_GENERIC | 284 | select GPIO_GENERIC |
285 | help | 285 | help |
286 | Select this option to enable GPIO driver for | 286 | Select this option to enable GPIO driver for |