gpio: clps711x: Enable driver compilation with COMPILE_TEST
This helps increasing build testing coverage. Signed-off-by: Alexander Shiyan <shc_work@mail.ru> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
parent
e8b49e0712
commit
ffd4bf1a9e
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ comment "Memory mapped GPIO drivers:"
|
|||
|
||||
config GPIO_CLPS711X
|
||||
tristate "CLPS711X GPIO support"
|
||||
depends on ARCH_CLPS711X
|
||||
depends on ARCH_CLPS711X || COMPILE_TEST
|
||||
select GPIO_GENERIC
|
||||
help
|
||||
Say yes here to support GPIO on CLPS711X SoCs.
|
||||
|
|
Loading…
Reference in a new issue