Skip to content

Commit

Permalink
gpio: clps711x: Enable driver compilation with COMPILE_TEST
Browse files Browse the repository at this point in the history
This helps increasing build testing coverage.

Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
  • Loading branch information
Alexander Shiyan authored and Linus Walleij committed Jan 7, 2014
1 parent e8b49e0 commit ffd4bf1
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 @@ -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.
Expand Down

0 comments on commit ffd4bf1

Please sign in to comment.