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>
This commit is contained in:
parent
0c271658aa
commit
24030d9d95
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue