Skip to content

Commit

Permalink
gpio: moxart: Allow compile test build
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Axel Lin authored and Linus Walleij committed Mar 7, 2016
1 parent 0c27165 commit 24030d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/gpio/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 24030d9

Please sign in to comment.