diff options
author | Axel Lin <axel.lin@ingics.com> | 2016-02-26 09:00:50 +0100 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2016-03-07 05:38:34 +0100 |
commit | 24030d9d9550d1a0b9bfcf6b60da29f7a2bb31cf (patch) | |
tree | a42e50784761aac8c9e255547f2aa71a557c69d3 /drivers/gpio/Kconfig | |
parent | gpio: moxart: Drop redundant code to set already initialized gpio_chip fields (diff) | |
download | linux-24030d9d9550d1a0b9bfcf6b60da29f7a2bb31cf.tar.xz linux-24030d9d9550d1a0b9bfcf6b60da29f7a2bb31cf.zip |
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 '')
-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 config GPIO_MOXART bool "MOXART GPIO support" - depends on ARCH_MOXART + depends on ARCH_MOXART || COMPILE_TEST select GPIO_GENERIC help Select this option to enable GPIO driver for |