gpio: clps711x: Enable driver compilation with COMPILE_TEST
authorAlexander Shiyan <shc_work@mail.ru>
Tue, 24 Dec 2013 14:08:54 +0000 (18:08 +0400)
committerLinus Walleij <linus.walleij@linaro.org>
Tue, 7 Jan 2014 17:54:31 +0000 (18:54 +0100)
This helps increasing build testing coverage.

Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/Kconfig

index f456b93bb95380c4c40747027bfaccacf381538b..1a07c404483901a3786549ea2918337f503e07ba 100644 (file)
@@ -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.
This page took 0.027368 seconds and 5 git commands to generate.